WindowsWebForm Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This class is only intended for Content Studio infra structure.
Inheritance Hierarchy

SystemObject
  System.Web.UIControl
    System.Web.UITemplateControl
      System.Web.UIPage
        ContentStudio.Site.HttpHandlersWindowsWebForm

Namespace: ContentStudio.Site.HttpHandlers
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class WindowsWebForm : Page

The WindowsWebForm type exposes the following members.

Constructors

  NameDescription
Public methodWindowsWebForm
Initializes a new instance of the WindowsWebForm class.
Top
Properties

  NameDescription
Protected propertyAdapter (Inherited from Control.)
Public propertyApplication (Inherited from Page.)
Public propertyAppRelativeTemplateSourceDirectory (Inherited from Control.)
Public propertyAppRelativeVirtualPath (Inherited from TemplateControl.)
Protected propertyAspCompatMode (Inherited from Page.)
Protected propertyAsyncMode (Inherited from Page.)
Public propertyAsyncTimeout (Inherited from Page.)
Protected propertyAutoHandlers Obsolete. (Inherited from TemplateControl.)
Public propertyAutoPostBackControl (Inherited from Page.)
Public propertyBindingContainer (Inherited from Control.)
Public propertyBuffer (Inherited from Page.)
Public propertyCache (Inherited from Page.)
Protected propertyChildControlsCreated (Inherited from Control.)
Public propertyClientID (Inherited from Control.)
Protected propertyClientIDSeparator (Inherited from Control.)
Public propertyClientQueryString (Inherited from Page.)
Public propertyClientScript (Inherited from Page.)
Public propertyClientTarget (Inherited from Page.)
Public propertyCodePage (Inherited from Page.)
Public propertyContentType (Inherited from Page.)
Protected propertyContext (Inherited from Page.)
Public propertyControls (Inherited from Control.)
Public propertyCulture (Inherited from Page.)
Protected propertyDesignMode (Inherited from Control.)
Public propertyEnableEventValidation (Inherited from Page.)
Public propertyEnableTheming (Inherited from TemplateControl.)
Public propertyEnableViewState (Inherited from Page.)
Public propertyEnableViewStateMac (Inherited from Page.)
Public propertyErrorPage (Inherited from Page.)
Protected propertyEvents (Inherited from Control.)
Protected propertyFileDependencies Obsolete. (Inherited from Page.)
Public propertyForm (Inherited from Page.)
Protected propertyHasChildViewState (Inherited from Control.)
Public propertyHeader (Inherited from Page.)
Public propertyID (Inherited from Page.)
Public propertyIdSeparator (Inherited from Page.)
Public propertyIsAsync (Inherited from Page.)
Public propertyIsCallback (Inherited from Page.)
Protected propertyIsChildControlStateCleared (Inherited from Control.)
Public propertyIsCrossPagePostBack (Inherited from Page.)
Public propertyIsPostBack (Inherited from Page.)
Public propertyIsPostBackEventControlRegistered (Inherited from Page.)
Public propertyIsReusable (Inherited from Page.)
Protected propertyIsTrackingViewState (Inherited from Control.)
Public propertyIsValid (Inherited from Page.)
Protected propertyIsViewStateEnabled (Inherited from Control.)
Public propertyItems (Inherited from Page.)
Public propertyLCID (Inherited from Page.)
Protected propertyLoadViewStateByID (Inherited from Control.)
Public propertyMaintainScrollPositionOnPostBack (Inherited from Page.)
Public propertyMaster (Inherited from Page.)
Public propertyMasterPageFile (Inherited from Page.)
Public propertyMaxPageStateFieldLength (Inherited from Page.)
Public propertyNamingContainer (Inherited from Control.)
Public propertyPage (Inherited from Control.)
Public propertyPageAdapter (Inherited from Page.)
Protected propertyPageStatePersister (Inherited from Page.)
Public propertyParent (Inherited from Control.)
Public propertyPreviousPage (Inherited from Page.)
Public propertyRequest (Inherited from Page.)
Public propertyResponse (Inherited from Page.)
Public propertyResponseEncoding (Inherited from Page.)
Public propertyServer (Inherited from Page.)
Public propertySession (Inherited from Page.)
Public propertySite (Inherited from Control.)
Public propertySkinID (Inherited from Control.)
Public propertySmartNavigation Obsolete. (Inherited from Page.)
Public propertyStyleSheetTheme (Inherited from Page.)
Protected propertySupportAutoEvents (Inherited from TemplateControl.)
Public propertyTemplateControl (Inherited from Control.)
Public propertyTemplateSourceDirectory (Inherited from Control.)
Public propertyTheme (Inherited from Page.)
Public propertyTitle (Inherited from Page.)
Public propertyTrace (Inherited from Page.)
Public propertyTraceEnabled (Inherited from Page.)
Public propertyTraceModeValue (Inherited from Page.)
Protected propertyTransactionMode (Inherited from Page.)
Public propertyUICulture (Inherited from Page.)
Protected propertyUniqueFilePathSuffix (Inherited from Page.)
Public propertyUniqueID (Inherited from Control.)
Public propertyUser (Inherited from Page.)
Public propertyValidators (Inherited from Page.)
Protected propertyViewState (Inherited from Control.)
Public propertyViewStateEncryptionMode (Inherited from Page.)
Protected propertyViewStateIgnoresCase (Inherited from Control.)
Public propertyViewStateUserKey (Inherited from Page.)
Public propertyWindowsForm
Gets the windows form.
Public propertyVisible (Inherited from Page.)
Top
Methods

  NameDescription
Protected methodAddContentTemplate (Inherited from Page.)
Protected methodAddedControl (Inherited from Control.)
Public methodAddOnPreRenderCompleteAsync(BeginEventHandler, EndEventHandler) (Inherited from Page.)
Public methodAddOnPreRenderCompleteAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from Page.)
Protected methodAddParsedSubObject (Inherited from Control.)
Protected methodAddWrappedFileDependencies (Inherited from Page.)
Public methodApplyStyleSheetSkin (Inherited from Control.)
Protected methodAspCompatBeginProcessRequest (Inherited from Page.)
Protected methodAspCompatEndProcessRequest (Inherited from Page.)
Protected methodAsyncPageBeginProcessRequest (Inherited from Page.)
Protected methodAsyncPageEndProcessRequest (Inherited from Page.)
Protected methodBuildProfileTree (Inherited from Control.)
Protected methodClearChildControlState (Inherited from Control.)
Protected methodClearChildState (Inherited from Control.)
Protected methodClearChildViewState (Inherited from Control.)
Protected methodConstruct (Inherited from TemplateControl.)
Protected methodCreateChildControls (Inherited from Control.)
Protected methodCreateControlCollection (Inherited from Control.)
Protected methodCreateHtmlTextWriter (Inherited from Page.)
Protected methodCreateResourceBasedLiteralControl (Inherited from TemplateControl.)
Public methodDataBind (Inherited from Control.)
Protected methodDataBind(Boolean) (Inherited from Control.)
Protected methodDataBindChildren (Inherited from Control.)
Public methodDesignerInitialize (Inherited from Page.)
Protected methodDeterminePostBackMode (Inherited from Page.)
Public methodDispose (Inherited from Control.)
Protected methodEnsureChildControls (Inherited from Control.)
Protected methodEnsureID (Inherited from Control.)
Public methodEquals (Inherited from Object.)
Protected methodEval(String) (Inherited from TemplateControl.)
Protected methodEval(String, String) (Inherited from TemplateControl.)
Public methodExecuteRegisteredAsyncTasks (Inherited from Page.)
Protected methodFinalize (Inherited from Object.)
Public methodFindControl(String) (Inherited from Page.)
Protected methodFindControl(String, Int32) (Inherited from Control.)
Public methodFocus (Inherited from Control.)
Protected methodFrameworkInitialize (Inherited from Page.)
Public methodGetDataItem (Inherited from Page.)
Protected methodGetDesignModeState (Inherited from Control.)
Protected methodGetGlobalResourceObject(String, String) (Inherited from TemplateControl.)
Protected methodGetGlobalResourceObject(String, String, Type, String) (Inherited from TemplateControl.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetLocalResourceObject(String) (Inherited from TemplateControl.)
Protected methodGetLocalResourceObject(String, Type, String) (Inherited from TemplateControl.)
Public methodGetPostBackClientEvent Obsolete. (Inherited from Page.)
Public methodGetPostBackClientHyperlink Obsolete. (Inherited from Page.)
Public methodGetPostBackEventReference(Control) Obsolete. (Inherited from Page.)
Public methodGetPostBackEventReference(Control, String) Obsolete. (Inherited from Page.)
Public methodGetType (Inherited from Object.)
Public methodGetTypeHashCode (Inherited from Page.)
Public methodGetValidators (Inherited from Page.)
Protected methodGetWrappedFileDependencies (Inherited from Page.)
Public methodHasControls (Inherited from Control.)
Protected methodHasEvents (Inherited from Control.)
Protected methodInitializeCulture (Inherited from Page.)
Protected methodInitOutputCache(OutputCacheParameters) (Inherited from Page.)
Protected methodInitOutputCache(Int32, String, String, OutputCacheLocation, String) (Inherited from Page.)
Protected methodInitOutputCache(Int32, String, String, String, OutputCacheLocation, String) (Inherited from Page.)
Public methodIsClientScriptBlockRegistered Obsolete. (Inherited from Page.)
Protected methodIsLiteralContent (Inherited from Control.)
Public methodIsStartupScriptRegistered Obsolete. (Inherited from Page.)
Public methodLoadControl(String) (Inherited from TemplateControl.)
Public methodLoadControl(Type, Object) (Inherited from TemplateControl.)
Protected methodLoadControlState (Inherited from Control.)
Protected methodLoadPageStateFromPersistenceMedium (Inherited from Page.)
Public methodLoadTemplate (Inherited from TemplateControl.)
Protected methodLoadViewState (Inherited from Control.)
Public methodMapPath (Inherited from Page.)
Protected methodMapPathSecure (Inherited from Control.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnAbortTransaction (Inherited from TemplateControl.)
Protected methodOnBubbleEvent (Inherited from Control.)
Protected methodOnCommitTransaction (Inherited from TemplateControl.)
Protected methodOnDataBinding (Inherited from Control.)
Protected methodOnError (Inherited from TemplateControl.)
Protected methodOnInit (Inherited from Page.)
Protected methodOnInitComplete (Inherited from Page.)
Protected methodOnLoad (Inherited from Control.)
Protected methodOnLoadComplete (Inherited from Page.)
Protected methodOnPreInit (Inherited from Page.)
Protected methodOnPreLoad (Inherited from Page.)
Protected methodOnPreRender (Inherited from Control.)
Protected methodOnPreRenderComplete (Inherited from Page.)
Protected methodOnSaveStateComplete (Inherited from Page.)
Protected methodOnUnload (Inherited from Control.)
Protected methodOpenFile (Inherited from Control.)
Public methodParseControl(String) (Inherited from TemplateControl.)
Public methodParseControl(String, Boolean) (Inherited from TemplateControl.)
Public methodProcessRequest (Inherited from Page.)
Protected methodRaiseBubbleEvent (Inherited from Control.)
Protected methodRaisePostBackEvent (Inherited from Page.)
Public methodReadStringResource (Inherited from TemplateControl.)
Public methodRegisterArrayDeclaration Obsolete. (Inherited from Page.)
Public methodRegisterAsyncTask (Inherited from Page.)
Public methodRegisterClientScriptBlock Obsolete. (Inherited from Page.)
Public methodRegisterHiddenField Obsolete. (Inherited from Page.)
Public methodRegisterOnSubmitStatement Obsolete. (Inherited from Page.)
Public methodRegisterRequiresControlState (Inherited from Page.)
Public methodRegisterRequiresPostBack (Inherited from Page.)
Public methodRegisterRequiresRaiseEvent (Inherited from Page.)
Public methodRegisterRequiresViewStateEncryption (Inherited from Page.)
Public methodRegisterStartupScript Obsolete. (Inherited from Page.)
Public methodRegisterViewStateHandler (Inherited from Page.)
Protected methodRemovedControl (Inherited from Control.)
Protected methodRender (Inherited from Page.)
Protected methodRenderChildren (Inherited from Control.)
Public methodRenderControl(HtmlTextWriter) (Inherited from Control.)
Protected methodRenderControl(HtmlTextWriter, ControlAdapter) (Inherited from Control.)
Public methodRequiresControlState (Inherited from Page.)
Protected methodResolveAdapter (Inherited from Control.)
Public methodResolveClientUrl (Inherited from Control.)
Public methodResolveUrl (Inherited from Control.)
Protected methodSaveControlState (Inherited from Control.)
Protected methodSavePageStateToPersistenceMedium (Inherited from Page.)
Protected methodSaveViewState (Inherited from Control.)
Protected methodSetDesignModeState (Inherited from Control.)
Public methodSetFocus(Control) (Inherited from Page.)
Public methodSetFocus(String) (Inherited from Page.)
Public methodSetRenderMethodDelegate (Inherited from Control.)
Protected methodSetStringResourcePointer (Inherited from TemplateControl.)
Public methodTestDeviceFilter (Inherited from TemplateControl.)
Public methodToString (Inherited from Object.)
Protected methodTrackViewState (Inherited from Control.)
Public methodUnregisterRequiresControlState (Inherited from Page.)
Public methodValidate (Inherited from Page.)
Public methodValidate(String) (Inherited from Page.)
Public methodVerifyRenderingInServerForm (Inherited from Page.)
Protected methodWriteUTF8ResourceString (Inherited from TemplateControl.)
Protected methodXPath(String) (Inherited from TemplateControl.)
Protected methodXPath(String, IXmlNamespaceResolver) (Inherited from TemplateControl.)
Protected methodXPath(String, String) (Inherited from TemplateControl.)
Protected methodXPath(String, String, IXmlNamespaceResolver) (Inherited from TemplateControl.)
Protected methodXPathSelect(String) (Inherited from TemplateControl.)
Protected methodXPathSelect(String, IXmlNamespaceResolver) (Inherited from TemplateControl.)
Top
Events

  NameDescription
Public eventAbortTransaction (Inherited from TemplateControl.)
Public eventCommitTransaction (Inherited from TemplateControl.)
Public eventDataBinding (Inherited from Control.)
Public eventDisposed (Inherited from Control.)
Public eventError (Inherited from TemplateControl.)
Public eventInit (Inherited from Control.)
Public eventInitComplete (Inherited from Page.)
Public eventLoad (Inherited from Control.)
Public eventLoadComplete (Inherited from Page.)
Public eventPreInit (Inherited from Page.)
Public eventPreLoad (Inherited from Page.)
Public eventPreRender (Inherited from Control.)
Public eventPreRenderComplete (Inherited from Page.)
Public eventSaveStateComplete (Inherited from Page.)
Public eventUnload (Inherited from Control.)
Top
See Also

Reference