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

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

Note: This API is now obsolete.

This partial class adds pre-initialization functionality to SiteBase
Inheritance Hierarchy

SystemObject
  System.Web.UIControl
    System.Web.UITemplateControl
      System.Web.UIPage
        ContentStudio.SiteSiteBase
          ContentStudio.SiteCS_default

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

[ObsoleteAttribute("This class is no longer used")]
public class CS_default : SiteBase

The CS_default type exposes the following members.

Constructors

  NameDescription
Public methodCS_default
Initializes a new instance of the CS_default class
Top
Properties

  NameDescription
Protected propertyAdapter (Inherited from Control.)
Public propertyAdminUrl
Gets the Url for the administrative interface.
(Inherited from SiteBase.)
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.)
Public propertyAutoGenerateMetadata
Gets or sets a value indicating whether CS should auto generate html metadata elements like Author, Title, Identifier and Date. The default value is true.
(Inherited from SiteBase.)
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 propertyCS_ConnectionId
Gets a value that uniquely identifies the current web site.
(Inherited from SiteBase.)
Public propertyCode exampleCS_DataFields
Gets a EPTXmlParser that contains a collection of EPT field definitions and values. This property is the replacement for the obsolete EPT_GetFieldName(String) and EPT_GetFieldValue(String) methods.
(Inherited from SiteBase.)
Public propertyCS_DocumentType
Gets the Document Type of the current document
(Inherited from SiteBase.)
Public propertyCS_EditDataFields
Gets an object that contains the EPT field definitions for an edit template or any document that edits an EPT document.
(Inherited from SiteBase.)
Public propertyCS_EditId
Gets a the id of the EPT document to edit.
(Inherited from SiteBase.)
Public propertyCS_HasMetaData
Gets a value that indicates if the current document has meta data.
(Inherited from SiteBase.)
Public propertyCS_InsertedCategoryId
Gets the category ID of the current document
(Inherited from SiteBase.)
Public propertyCS_InsertedDocumentId
Gets the document ID for the current document. In a presentation template, this is the presented document.
(Inherited from SiteBase.)
Public propertyCS_IsInAdmin
Gets a value that indicates whether the current user is logged on to Content Studio administration site.
(Inherited from SiteBase.)
Public propertyCS_IsInPreView
Gets a value that tells if the current page is in preview mode
(Inherited from SiteBase.)
Public propertyCS_IsInWebView
Gets a value that indicates if the current user is logged on to Content Studio administration site, and that the current page is displayed in web view mode
(Inherited from SiteBase.)
Public propertyCS_Language
Gets a value that contains the language part of the file path. This property is used internally only.
(Inherited from SiteBase.)
Public propertyCS_LiveObjectData (Inherited from SiteBase.)
Public propertyCS_LiveObjectXML
Gets or sets an XML definition that contains the parameter definition for a Live Object.
(Inherited from SiteBase.)
Public propertyCS_MLCPageLanguage
Gets the MLC language code for the current page.
(Inherited from SiteBase.)
Public propertyCS_MLCPreferredLanguage
Gets the preferred MLC language code.
(Inherited from SiteBase.)
Public propertyCS_PreviewDate
Gets a value that is used in the web view to preview documents on another date. This value will be DateTime.MinValue if preview is not used.
(Inherited from SiteBase.)
Public propertyCS_QueryStringPrefix
Gets a value that defines the document identifier part of a query string. This value is used for the id part of the ptid and the editid query-string member.
(Inherited from SiteBase.)
Public propertyCS_RootDocumentId
Gets a value that contains the root document ID retrieved from a query string.
(Inherited from SiteBase.)
Public propertyCS_RootPresentationTemplateId
Gets the root presentation template ID retrieved from a query string.
(Inherited from SiteBase.)
Public propertyCS_RootRefId
Gets the root referrer document ID retrieved from a query string.
(Inherited from SiteBase.)
Public propertyCS_UserSessionId
Gets value that identifies the caller's session. For authenticated callers the value is randomly generated for each new session opened and unique for each caller on a particular web site. For anonymous (not authenticated) callers this value always is CS_ANONYMOUS_SESSION_IDENTIFIER.
(Inherited from SiteBase.)
Public propertyCS_ViewState
Gets the view state from the current page.
(Inherited from SiteBase.)
Public propertyCS_XHTML
Gets a value that indicates whether or not the current page is written in XHtml.
(Inherited from SiteBase.)
Public propertyCS_XHTML_TRAIL
Gets a value that is a slash ("/") if the page uses XHTML, otherwise it is an empty string.
(Inherited from SiteBase.)
Public propertyCS_XHTMLStrict
Gets a value that indicates whether or not the current page is written in XHtml 1.0 Strict or XHtml 1.1.
(Inherited from SiteBase.)
Public propertyCulture (Inherited from Page.)
Protected propertyDesignMode (Inherited from Control.)
Public propertyEditEPTDocumentID
Setting this property to a valid EPT document id will cause this user control to act as a presentation template. CS_DataFields, EPT_GetFieldValue(String) and EPT_GetFieldName(String) will be filled with data from th chosen ept document.
(Inherited from SiteBase.)
Public propertyEnableEventValidation (Inherited from Page.)
Public propertyEnableTheming (Inherited from TemplateControl.)
Public propertyEnableViewState (Inherited from Page.)
Public propertyEnableViewStateMac (Inherited from Page.)
Public propertyEPTDocumentID
Setting this property to a valid EPT document id will cause this user control to act as a presentation template. CS_DataFields, EPT_GetFieldValue(String) and EPT_GetFieldName(String) will be filled with data from th chosen ept document.
(Inherited from SiteBase.)
Public propertyErrorPage (Inherited from Page.)
Protected propertyEvents (Inherited from Control.)
Protected propertyFileDependencies Obsolete. (Inherited from Page.)
Public propertyForm (Inherited from Page.)
Public propertyHandToPage Obsolete.
Gets or sets the handler to the current page
(Inherited from SiteBase.)
Protected propertyHasChildViewState (Inherited from Control.)
Public propertyHeader (Inherited from Page.)
Public propertyHtmlLangAttribute
Gets or sets the HTML language attribute.
(Inherited from SiteBase.)
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
Gets the master page that determines the overall look of the page.
(Inherited from SiteBase.)
Public propertyMasterPageFile (Inherited from Page.)
Public propertyMaxPageStateFieldLength (Inherited from Page.)
Public propertyNamingContainer (Inherited from Control.)
Public propertyPage
Gets a reference to the Page instance that contains the server control.
(Inherited from SiteBase.)
Public propertyPageAdapter (Inherited from Page.)
Protected propertyPageStatePersister (Inherited from Page.)
Public propertyParent (Inherited from Control.)
Public propertyPreviousPage (Inherited from Page.)
Protected propertyPropertiesAreWriteProtected Obsolete.
Gets a value that indicates if properties are write protected.
(Inherited from SiteBase.)
Public propertyRequest (Inherited from Page.)
Public propertyResponse (Inherited from Page.)
Public propertyResponseEncoding (Inherited from Page.)
Public propertyRewriteAppRelativeVirtualPath
Gets or sets a value indicating whether cs should rewrite the AppRelativeVirtualPath path to ~/default.aspx.
(Inherited from SiteBase.)
Public propertyServer (Inherited from Page.)
Public propertySession (Inherited from Page.)
Public propertySite (Inherited from Control.)
Public propertySiteUrl
Gets the Url for the administrative interface.
(Inherited from SiteBase.)
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 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.)
Public methodBuildHTMLException(String, String, Boolean)
Returns HTML code for a CS exception.
(Inherited from SiteBase.)
Public methodBuildHTMLException(String, CSException, Boolean, Boolean)
Returns HTML code for a CS exception.
(Inherited from SiteBase.)
Public methodBuildHTMLException(String, CSException, Boolean, Boolean, CSApplicationSupportedLanguages)
Returns HTML code for a CS exception.
(Inherited from SiteBase.)
Protected methodBuildProfileTree (Inherited from Control.)
Public methodBuildQueryString(String)
Returns a query string from a Request.QueryString with an '&' (ampersand) at the end.
(Inherited from SiteBase.)
Public methodBuildQueryString(NameValueCollection, String)
Returns a query string from a collection with an '&' (ampersand) at the end.
(Inherited from SiteBase.)
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 methodCS_AddLiveObjectParameterValue
Adds a parameter value to a Live Object
(Inherited from SiteBase.)
Public methodCS_ClearLiveObjectParameterValues
Clear all data parameters from a Live Object
(Inherited from SiteBase.)
Public methodCS_CreateEditIcon(CategoryId, DocumentId, String)
Returns HTML code for displaying a standard edit icon in web view, without any permission checks.
(Inherited from SiteBase.)
Public methodCS_CreateEditIcon(CategoryId, DocumentId, String, Boolean)
Returns HTML code for displaying a standard edit icon in web view.
(Inherited from SiteBase.)
Public methodCS_CreateEditIcon(CategoryId, DocumentId, DocumentId, String, Boolean, SiteBaseCS_EditIconTypes)
Returns HTML code for displaying an edit icon in web view.
(Inherited from SiteBase.)
Public methodCS_FixJavaString
Returns a string where the escape character sequences is adjusted to be used with Javascript.
(Inherited from SiteBase.)
Public methodCode exampleCS_GetAnyEPTDocument
Returns the published content of any XML document as an EPTXmlTextParser.
(Inherited from SiteBase.)
Public methodCS_GetParentPage
Returns a reference to the parent document page.
(Inherited from SiteBase.)
Public methodCS_GetParentPage(SiteBase)
Returns a reference to the parent document page.
(Inherited from SiteBase.)
Public methodCS_GetRootPage
Returns a reference to the root document page.
(Inherited from SiteBase.)
Public methodCS_GetRootPage(SiteBase)
Returns a reference to the root document page.
(Inherited from SiteBase.)
Public methodCS_ReadFromApplicationCache
Returns the data from the application cache
(Inherited from SiteBase.)
Public methodCS_ReadLiveObjectParameterValue
Returns the value that has been added to a Live Object with the supplied key.
(Inherited from SiteBase.)
Public methodCS_ReplaceRelativeUrls
Returns a string where all occurrences of relative URL's in a string containing HTML is replaced with absolute URL's.
(Inherited from SiteBase.)
Public methodCS_SetApplicationCache
Stores a string in cache.
(Inherited from SiteBase.)
Public methodCS_TranslateMessage(CSException)
Returns a translated error message.
(Inherited from SiteBase.)
Public methodCS_TranslateMessage(CSApplicationSupportedLanguages, CSException)
Returns a translated error message.
(Inherited from SiteBase.)
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 methodEPT_GetFieldName Obsolete.
Gets the value of a specified field in an EPT document. This method is only applicable to edit templates and presentation templates, and for all other type of documents this method always returns null.
(Inherited from SiteBase.)
Public methodEPT_GetFieldValue Obsolete.
When overriden in derived classes, obtains the value of a certain field in an EPT-document.
(Inherited from SiteBase.)
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 methodGetActualControlName
This method is usefull to determine the actual name attribute for a server control that will be used in EPT and that has a name property. ASP.net servercontrols will sometimes generate a name attribute with $ in it. This method will translate the name to the same that is used in EPT.
(Inherited from SiteBase.)
Public methodGetBrowseableDocumentFilename(Int32)
Returns the file that represents a published Content Studio document.
(Inherited from SiteBase.)
Public methodGetBrowseableDocumentFilename(DocumentId, Int32)
Returns the file that represents a published Content Studio document.
(Inherited from SiteBase.)
Public methodCode exampleGetCookie(String)
Gets an HTTP cookie value
(Inherited from SiteBase.)
Public methodCode exampleGetCookie(String, String)
Gets an HTTP cookie value with a specified sub-cookie
(Inherited from SiteBase.)
Public methodGetCredentialCache
Returns the a CredentialCache object used when making HTTPrequests.
(Inherited from SiteBase.)
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.)
Public methodGetWebRequest(String, String)
Returns a WebReques containing the response to the request to a Uniform Resource Identifier (URI). All cookies and credentials are stored in session variables.
(Inherited from SiteBase.)
Public methodGetWebRequest(String, String, String, String, Boolean, String)
Returns a WebRequest containing the response to the request to a Uniform Resource Identifier (URI).
(Inherited from SiteBase.)
Public methodGetWebResponse(String, String)
Returns a WebResponse containing the response to the request to a Uniform Resource Identifier (URI). All cookies and credentials are stored in session variables.
(Inherited from SiteBase.)
Public methodGetWebResponse(String, String, String, String, Boolean, String)
Returns a WebResponse containing the response to the request to a Uniform Resource Identifier (URI).
(Inherited from SiteBase.)
Protected methodGetWrappedFileDependencies (Inherited from Page.)
Public methodHasControls (Inherited from Control.)
Protected methodHasEvents (Inherited from Control.)
Protected methodInitializeCulture (Inherited from Page.)
Protected methodInitOutputCache(OutputCacheParameters)
Initializes the output cache for the current page request based on an OutputCacheParameters object.
(Inherited from SiteBase.)
Protected methodInitOutputCache(Int32, String, String, OutputCacheLocation, String) (Inherited from Page.)
Protected methodInitOutputCache(Int32, String, String, String, OutputCacheLocation, String) (Inherited from Page.)
Protected methodInternalSetProperty(String, Boolean) Obsolete.
Sets internal properties for the current page.
(Inherited from SiteBase.)
Protected methodInternalSetProperty(String, Int32) Obsolete.
Sets internal properties for the current page.
(Inherited from SiteBase.)
Protected methodInternalSetProperty(String, String) Obsolete.
Sets internal properties for the current page.
(Inherited from SiteBase.)
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 methodNotifyInitedPage Obsolete.
Indicate that the page is initialized
(Inherited from SiteBase.)
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.)
Protected methodPage_Load
This event will initialize some global variables.
Protected methodPage_PreInit
This event will initialize some global variables.
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 methodResolveDocument
Resolves the document from a query string.
(Inherited from SiteBase.)
Public methodResolveEditCategoryId
Resolves the category id for the document that is beeing edited.
(Inherited from SiteBase.)
Protected methodResolveEditEptDocument
Resolves the ept document.
(Inherited from SiteBase.)
Public methodResolveEditId
Resolves the edit id.
(Inherited from SiteBase.)
Protected methodResolveEptDocument
Resolves the ept document.
(Inherited from SiteBase.)
Public methodResolvePresentationTemplate
Resolves the presentation template from a query string.
(Inherited from SiteBase.)
Public methodResolveReferer
Resolves the referer.
(Inherited from SiteBase.)
Public methodResolveUrl (Inherited from Control.)
Protected methodSaveControlState (Inherited from Control.)
Protected methodSavePageStateToPersistenceMedium (Inherited from Page.)
Protected methodSaveViewState (Inherited from Control.)
Public methodSendMail
Sends a mail through the mail server on the web server.
(Inherited from SiteBase.)
Public methodCode exampleSetCookie(String, String)
Sets the value of a non-persistent HTTP cookie.
(Inherited from SiteBase.)
Public methodCode exampleSetCookie(String, String, DateTime)
Sets the value of an HTTP cookie with a specific expiration value.
(Inherited from SiteBase.)
Public methodCode exampleSetCookie(String, String, String)
Sets the value of a non-persistent HTTP cookie with a sub-cookie.
(Inherited from SiteBase.)
Public methodCode exampleSetCookie(String, String, String, DateTime)
Sets the value of an HTTP cookie with a specific expiration value.
(Inherited from SiteBase.)
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