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 CmsPage |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CmsPage |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Application | (Inherited from Page.) | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
AppRelativeVirtualPath | (Inherited from TemplateControl.) | |
AsyncTimeout | (Inherited from Page.) | |
AutoPostBackControl | (Inherited from Page.) | |
BindingContainer | (Inherited from Control.) | |
Buffer | (Inherited from Page.) | |
Cache | (Inherited from Page.) | |
ClientID | (Inherited from Control.) | |
ClientIDMode | (Inherited from Control.) | |
ClientQueryString | (Inherited from Page.) | |
ClientScript | (Inherited from Page.) | |
ClientTarget | (Inherited from Page.) | |
CmsItemId |
Gets or sets the associated Cms item id.
|
|
CmsItemReference |
Gets the CMS item reference.
|
|
CodePage | (Inherited from Page.) | |
ContentType | (Inherited from Page.) | |
Controls | (Inherited from Control.) | |
Culture | (Inherited from Page.) | |
DataItemContainer | (Inherited from Control.) | |
DataKeysContainer | (Inherited from Control.) | |
EnableEventValidation | (Inherited from Page.) | |
EnableTheming | (Inherited from TemplateControl.) | |
EnableViewState | (Inherited from Page.) | |
EnableViewStateMac | (Inherited from Page.) | |
ErrorPage | (Inherited from Page.) | |
Form | (Inherited from Page.) | |
Header | (Inherited from Page.) | |
ID | (Inherited from Page.) | |
IdSeparator | (Inherited from Page.) | |
IsAsync | (Inherited from Page.) | |
IsCallback | (Inherited from Page.) | |
IsCrossPagePostBack | (Inherited from Page.) | |
IsPostBack | (Inherited from Page.) | |
IsPostBackEventControlRegistered | (Inherited from Page.) | |
IsReusable | (Inherited from Page.) | |
IsValid | (Inherited from Page.) | |
Item |
Gets the Cms item if the current page has an association with any.
|
|
Items | (Inherited from Page.) | |
LCID | (Inherited from Page.) | |
MaintainScrollPositionOnPostBack | (Inherited from Page.) | |
Master | (Inherited from Page.) | |
MasterPageFile | (Inherited from Page.) | |
MaxPageStateFieldLength | (Inherited from Page.) | |
MetaDescription | (Inherited from Page.) | |
MetaKeywords | (Inherited from Page.) | |
ModelBindingExecutionContext | (Inherited from Page.) | |
ModelState | (Inherited from Page.) | |
NamingContainer | (Inherited from Control.) | |
Page | (Inherited from Control.) | |
PageAdapter | (Inherited from Page.) | |
Parent | (Inherited from Control.) | |
PreviousPage | (Inherited from Page.) | |
RenderingCompatibility | (Inherited from Control.) | |
Request | (Inherited from Page.) | |
Response | (Inherited from Page.) | |
ResponseEncoding | (Inherited from Page.) | |
RouteData | (Inherited from Page.) | |
Server | (Inherited from Page.) | |
Session | (Inherited from Page.) | |
Site | (Inherited from Control.) | |
SkinID | (Inherited from Control.) | |
SkipFormActionValidation | (Inherited from Page.) | |
SmartNavigation | Obsolete. (Inherited from Page.) | |
StyleSheetTheme | (Inherited from Page.) | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
Theme | (Inherited from Page.) | |
Title | (Inherited from Page.) | |
Trace | (Inherited from Page.) | |
TraceEnabled | (Inherited from Page.) | |
TraceModeValue | (Inherited from Page.) | |
UICulture | (Inherited from Page.) | |
UniqueID | (Inherited from Control.) | |
UnobtrusiveValidationMode | (Inherited from Page.) | |
User | (Inherited from Page.) | |
ValidateRequestMode | (Inherited from Page.) | |
Validators | (Inherited from Page.) | |
ViewStateEncryptionMode | (Inherited from Page.) | |
ViewStateMode | (Inherited from Control.) | |
ViewStateUserKey | (Inherited from Page.) | |
Visible | (Inherited from Page.) |
Protected Properties
Name | Description | |
---|---|---|
Adapter | (Inherited from Control.) | |
AspCompatMode | (Inherited from Page.) | |
AsyncMode | (Inherited from Page.) | |
AutoHandlers | Obsolete. (Inherited from TemplateControl.) | |
ChildControlsCreated | (Inherited from Control.) | |
ClientIDSeparator | (Inherited from Control.) | |
Context | (Inherited from Page.) | |
DesignMode | (Inherited from Control.) | |
Events | (Inherited from Control.) | |
FileDependencies | Obsolete. (Inherited from Page.) | |
HasChildViewState | (Inherited from Control.) | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsViewStateEnabled | (Inherited from Control.) | |
LoadViewStateByID | (Inherited from Control.) | |
PageStatePersister | (Inherited from Page.) | |
SupportAutoEvents | (Inherited from TemplateControl.) | |
TransactionMode | (Inherited from Page.) | |
UniqueFilePathSuffix | (Inherited from Page.) | |
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IControlBuilderAccessor..::..ControlBuilder | (Inherited from Control.) | |
IDataBindingsAccessor..::..DataBindings | (Inherited from Control.) | |
IExpressionsAccessor..::..Expressions | (Inherited from Control.) | |
IDataBindingsAccessor..::..HasDataBindings | (Inherited from Control.) | |
IExpressionsAccessor..::..HasExpressions | (Inherited from Control.) | |
IControlDesignerAccessor..::..UserData | (Inherited from Control.) |
See Also
Smartsite.AspNet.Bridge Namespace