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 Code |
---|---|
public class WebbrowserChannel |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class WebbrowserChannel |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
WebbrowserChannel |
Constructor
|
Public Methods
Name | Description | |
---|---|---|
CanHandleLocation |
Checks whether the channel will handle the given location.
(Inherited from Channel.) |
|
CanHandleLocation |
Checks whether the channel will handle the given location.
(Inherited from Channel.) |
|
CanRender |
Determines whether this instance can render the specified locator.
(Inherited from Channel.) |
|
CanRender |
Determines whether this instance can render the specified locator.
(Inherited from Channel.) |
|
CanRender |
Determines whether this instance can render the specified locator.
(Inherited from Channel.) |
|
ConvertIncomingLocation |
Converts the incoming location using the channel's business rules.
(Inherited from Channel.) |
|
CreateLink |
Creates a reference to the given item in this channel.
(Inherited from Channel.) |
|
CreateLink |
Creates a reference to the given item in this channel.
(Inherited from Channel.) |
|
CreateLink |
Creates a reference to the given item in this channel.
(Inherited from Channel.) |
|
CreateLink |
Creates a reference to the given item in this channel.
(Inherited from Channel.) |
|
CreateReference |
Creates an item reference to the root of the channel.
(Inherited from Channel.) |
|
CreateReference |
Creates an item reference.
(Inherited from Channel.) |
|
CreateReference |
Creates an item reference.
(Inherited from Channel.) |
|
CreateRenderEngine | Overloaded. | |
Equals | (Inherited from Object.) | |
ExecuteLogic | (Inherited from Channel.) | |
Filter |
Filters the specified input.
(Inherited from Channel.) |
|
GetHashCode | (Inherited from Object.) | |
GetLink | Overloaded. | |
GetType | (Inherited from Object.) | |
Map |
When overridden, returns an ItemRef object if the channel handles the requested Uri.
(Inherited from Channel.) |
|
Map |
When overridden, returns an ItemRef object if the channel handles the requested Uri.
(Inherited from Channel.) |
|
ToString |
Returns a string representation of the Channel
(Overrides Channel..::ToString()()()().) |
Protected Methods
Name | Description | |
---|---|---|
CreateRenderEngine | Overloaded. | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
Address |
Gets the address.
(Inherited from Channel.) |
|
CmsItem |
Gets the content item containing the item data of this channel.
(Inherited from Channel.) |
|
Code |
Gets the channel's item code.
(Inherited from Channel.) |
|
ContentType |
Gets the content type of the channel.
(Inherited from Channel.) |
|
ContentTypes |
Gets the content types available in this channel.
(Inherited from Channel.) |
|
ContentView |
Gets the content view defined for the channel.
(Inherited from Channel.) |
|
CookiePolicyEnabled |
Gets if the cookie policy is enabled for this channel.
(Inherited from Channel.) |
|
Culture |
Gets the channel localization culture.
(Inherited from Channel.) |
|
DefaultDocument |
The document name used to navigate to items in this channel
(Inherited from Channel.) |
|
FriendlyName |
Gets the friendly name of the channel.
(Inherited from Channel.) |
|
HostHeaders |
Gets the collection of HostHeaders.
(Inherited from Channel.) |
|
IdParameter |
The querystring parameter used to identify an item on this channel
(Inherited from Channel.) |
|
IsBrowsable |
Gets a value indicating whether this channel is browsable.
(Inherited from Channel.) |
|
IsDefault |
Gets a value indicating if this instance is the default channel.
(Inherited from Channel.) |
|
IsSecure |
Gets a value indicating whether this instance is secure.
(Inherited from Channel.) |
|
Item |
Gets item data.
(Inherited from Channel.) |
|
LCID |
Gets the locale identifier for the channel
(Inherited from Channel.) |
|
Locale |
Gets the channel Locale instance.
(Inherited from Channel.) |
|
LoginUrl |
Gets or sets the login URL.
(Inherited from Channel.) |
|
Name |
Gets the channels' title.
(Inherited from Channel.) |
|
Number |
Gets the channel's item number.
(Inherited from Channel.) |
|
Publication |
The publication to which the channel belongs, if any.
(Inherited from Channel.) |
|
RootNumber |
Gets the root itemnumber of the channel.
(Inherited from Channel.) |
|
State |
Gets the Channel State.
(Inherited from Channel.) |
|
SuppressReturnUrlOnLogin |
Gets a value indicating this channel suppressed the returnUrl value on the querystring in ASP.NET.
(Inherited from Channel.) |
|
UnresolvedViperHandling |
Gets the way unresolved viper calls should be treated.
(Inherited from Channel.) |
|
UseFriendlyNames |
Returns true if friendly names should be used on this channel. Always returns false if the feature FriendlyNames is disabled.
(Inherited from Channel.) |
|
View |
Gets the active content view defined for the channel.
(Inherited from Channel.) |
See Also
Smartsite.Publication Namespace