This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class WebbrowserChannel
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class WebbrowserChannel

The type exposes the following methods.

Public Methods

  Name Description
Public method CanHandleLocation
Checks whether the channel will handle the given location.
(Inherited from Channel.)
Public method CanHandleLocation
Checks whether the channel will handle the given location.
(Inherited from Channel.)
Public method CanRender
Determines whether this instance can render the specified locator.
(Inherited from Channel.)
Public method CanRender
Determines whether this instance can render the specified locator.
(Inherited from Channel.)
Public method CanRender
Determines whether this instance can render the specified locator.
(Inherited from Channel.)
Public method ConvertIncomingLocation
Converts the incoming location using the channel's business rules.
(Inherited from Channel.)
Public method CreateLink
Creates a reference to the given item in this channel.
(Inherited from Channel.)
Public method CreateLink
Creates a reference to the given item in this channel.
(Inherited from Channel.)
Public method CreateLink
Creates a reference to the given item in this channel.
(Inherited from Channel.)
Public method CreateLink
Creates a reference to the given item in this channel.
(Inherited from Channel.)
Public method CreateReference
Creates an item reference to the root of the channel.
(Inherited from Channel.)
Public method CreateReference
Creates an item reference.
(Inherited from Channel.)
Public method CreateReference
Creates an item reference.
(Inherited from Channel.)
Public method CreateRenderEngine Overloaded.
Public method Equals (Inherited from Object.)
Public method ExecuteLogic (Inherited from Channel.)
Public method Filter
Filters the specified input.
(Inherited from Channel.)
Public method GetHashCode (Inherited from Object.)
Public method GetLink Overloaded.
Public method GetType (Inherited from Object.)
Public method Map
When overridden, returns an ItemRef object if the channel handles the requested Uri.
(Inherited from Channel.)
Public method Map
When overridden, returns an ItemRef object if the channel handles the requested Uri.
(Inherited from Channel.)
Public method ToString
Returns a string representation of the Channel
(Overrides Channel..::ToString()()()().)

Protected Methods

  Name Description
Protected method CreateRenderEngine Overloaded.
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced