This documentation is archived and is not being maintained.

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 Constants type exposes the following members.

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

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

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