Constants Members

Creates a UI element that allows user invocation of ASP.NET event handlers and provides a way to post user input from UI elements back to the server.

The following tables list the members exposed by the Constants type.

  Name Description
Public method Constants Initializes a new instance of the Constants class.
Top

  Name Description
Public field Static AlternatingItemTemplateTag Contains the tag name for the AlternatingItem template.
Public field Static ContentTemplateTag Contains the tag name for the Content template.
Public field Static DefaultSessionsStateHistorySize Contains the default depth of the history stack.
Public field Static EventArgumentID The argument associated with the postback event.
Public field Static EventSourceID Contains the query String name of the event target (the control that generated the postback).
Public field Static FooterTemplateTag Contains the tag name for the Footer template.
Public field Static FormIDPrefix Contains the prefix of a form in a URL.
Public field Static HeaderTemplateTag Contains the tag name for the HeaderTemplate.
Public field Static ItemDetailsTemplateTag Contains the tag name for the ItemDetails template.
Public field Static ItemTemplateTag Contains the tag name for the Item template.
Public field Static LabelTemplateTag Contains the tag name for the Label template.
Public field Static OptimumPageWeightParameter Contains the default page weight.
Public field Static PagePrefix Contains a page number delimiter used to ensure proper page numbering in a postback.
Public field Static ScreenCharactersHeightParameter Contains the default for the height of the characters on the screen.
Public field Static ScriptTemplateTag Contains the tag name for the Script template.
Public field Static SelectionListSpecialCharacter Contains the character used in CheckBox IDs for cHTML.
Public field Static SeparatorTemplateTag Contains the tag name for the Separator template.
Public field Static SymbolProtocol Contains the characters used to denote the beginning of an i-mode or J-Phone symbol scheme.
Public field Static UniqueFilePathSuffixVariable Contains the query String name of the unique file path suffix.
Public field Static UniqueFilePathSuffixVariableWithoutEqual Contains the query String name of the unique file path suffix, but no equal sign.
Top

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top

Community Additions

ADD
Show: