ContentPage Class
Provides the base class for all pages that are displayed in the Dashboard.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.Page
Microsoft.WindowsServerSolutions.Web.ContentPage
Syntax
public class ContentPage : Page
public ref class ContentPage : Page
Public Class ContentPage
Inherits Page
Constructors
Name | Description | |
---|---|---|
ContentPage() | Initializes a new instance of the ContentPage class. |
Properties
Name | Description | |
---|---|---|
Adapter | (Inherited from Control.) |
|
Application | (Inherited from Page.) |
|
AppRelativeTemplateSourceDirectory | (Inherited from Control.) |
|
AppRelativeVirtualPath | (Inherited from TemplateControl.) |
|
AsyncTimeout | (Inherited from Page.) |
|
AutoPostBackControl | (Inherited from Page.) |
|
Breadcrumb | Gets the Breadcrumb object in the content page. |
|
Cache | (Inherited from Page.) |
|
ChildControlsCreated | (Inherited from Control.) |
|
ClientID | (Inherited from Control.) |
|
ClientIDMode | (Inherited from Control.) |
|
ClientIDSeparator | (Inherited from Control.) |
|
ClientQueryString | (Inherited from Page.) |
|
ClientScript | (Inherited from Page.) |
|
ClientTarget | (Inherited from Page.) |
|
Context | (Inherited from Page.) |
|
Controls | (Inherited from Control.) |
|
Culture | (Inherited from Page.) |
|
DesignMode | (Inherited from Control.) |
|
EnableTheming | (Inherited from TemplateControl.) |
|
EnableViewState | (Inherited from Page.) |
|
ErrorPage | (Inherited from Page.) |
|
Events | (Inherited from Control.) |
|
FluidLayoutEnabled | Indicates whether the fluid layout option is enabled on the content page. |
|
Form | (Inherited from Page.) |
|
HasChildViewState | (Inherited from Control.) |
|
Header | (Inherited from Page.) |
|
ID | (Inherited from Control.) |
|
IdSeparator | (Inherited from Control.) |
|
IsAsync | (Inherited from Page.) |
|
IsCallback | (Inherited from Page.) |
|
IsChildControlStateCleared | (Inherited from Control.) |
|
IsCrossPagePostBack | (Inherited from Page.) |
|
IsMobile | Indicates whether the page is intended to be used on a mobile device. |
|
IsPostBack | (Inherited from Page.) |
|
IsPostBackEventControlRegistered | (Inherited from Page.) |
|
IsTrackingViewState | (Inherited from Control.) |
|
IsValid | (Inherited from Page.) |
|
IsViewStateEnabled | (Inherited from Control.) |
|
Items | (Inherited from Page.) |
|
LoadViewStateByID | (Inherited from Control.) |
|
MaintainScrollPositionOnPostBack | (Inherited from Page.) |
|
Master | (Inherited from Page.) |
|
MasterPageFile | (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.) |
|
PageStatePersister | (Inherited from Page.) |
|
Parent | (Inherited from Control.) |
|
PreviousPage | (Inherited from Page.) |
|
RenderingCompatibility | (Inherited from Control.) |
|
Request | (Inherited from Page.) |
|
Response | (Inherited from Page.) |
|
RouteData | (Inherited from Page.) |
|
SearchBox | Gets the primary search box object for the content page. |
|
SearchingView | Indicates whether if the current page is in searching view. |
|
Server | (Inherited from Page.) |
|
Session | (Inherited from Page.) |
|
Site | (Inherited from Control.) |
|
SkinID | (Inherited from Control.) |
|
SmartNavigation | (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.) |
|
UICulture | (Inherited from Page.) |
|
UniqueFilePathSuffix | (Inherited from Page.) |
|
UniqueID | (Inherited from Control.) |
|
UnobtrusiveValidationMode | (Inherited from Page.) |
|
User | (Inherited from Page.) |
|
UseStandardMasterPage | Indicates whether the content page uses the standard master page layout. |
|
ValidateRequestMode | (Inherited from Control.) |
|
Validators | (Inherited from Page.) |
|
ViewState | (Inherited from Control.) |
|
ViewStateIgnoresCase | (Inherited from Control.) |
|
ViewStateMode | (Inherited from Control.) |
|
ViewStateUserKey | (Inherited from Page.) |
|
Visible | (Inherited from Page.) |
|
WebAddIn | Gets the Web add-in metadata for the content page. |
Methods
Fields
Name | Description | |
---|---|---|
AddInKey | The add-in object key. This field supports the infrastructure and is not intended to be used directly from your code. |
Events
Name | Description | |
---|---|---|
AbortTransaction | (Inherited from TemplateControl.) |
|
CommitTransaction | (Inherited from TemplateControl.) |
|
DataBinding | (Inherited from Control.) |
|
Disposed | (Inherited from Control.) |
|
Error | (Inherited from TemplateControl.) |
|
Init | (Inherited from Control.) |
|
InitComplete | (Inherited from Page.) |
|
Load | (Inherited from Control.) |
|
LoadComplete | (Inherited from Page.) |
|
PreInit | (Inherited from Page.) |
|
PreLoad | (Inherited from Page.) |
|
PreRender | (Inherited from Control.) |
|
PreRenderComplete | (Inherited from Page.) |
|
SaveStateComplete | (Inherited from Page.) |
|
Unload | (Inherited from Control.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IControlDesignerAccessor.GetDesignModeState() | (Inherited from Control.) |
|
IControlDesignerAccessor.SetDesignModeState(IDictionary) | (Inherited from Control.) |
|
IControlDesignerAccessor.SetOwnerControl(Control) | (Inherited from Control.) |
|
IFilterResolutionService.CompareFilters(String, String) | (Inherited from TemplateControl.) |
|
IFilterResolutionService.EvaluateFilter(String) | (Inherited from TemplateControl.) |
|
IParserAccessor.AddParsedSubObject(Object) | (Inherited from Control.) |
|
IControlBuilderAccessor.ControlBuilder | (Inherited from Control.) |
|
IControlDesignerAccessor.UserData | (Inherited from Control.) |
|
IDataBindingsAccessor.DataBindings | (Inherited from Control.) |
|
IDataBindingsAccessor.HasDataBindings | (Inherited from Control.) |
|
IExpressionsAccessor.Expressions | (Inherited from Control.) |
|
IExpressionsAccessor.HasExpressions | (Inherited from Control.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Web Namespace
Return to top