Constants Members
.NET Framework 2.0
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 | |
|---|---|---|
| AlternatingItemTemplateTag | Contains the tag name for the AlternatingItem template. |
| ContentTemplateTag | Contains the tag name for the Content template. |
| DefaultSessionsStateHistorySize | Contains the default depth of the history stack. |
| EventArgumentID | The argument associated with the postback event. |
| EventSourceID | Contains the query String name of the event target (the control that generated the postback). |
| FooterTemplateTag | Contains the tag name for the Footer template. |
| FormIDPrefix | Contains the prefix of a form in a URL. |
| HeaderTemplateTag | Contains the tag name for the HeaderTemplate. |
| ItemDetailsTemplateTag | Contains the tag name for the ItemDetails template. |
| ItemTemplateTag | Contains the tag name for the Item template. |
| LabelTemplateTag | Contains the tag name for the Label template. |
| OptimumPageWeightParameter | Contains the default page weight. |
| PagePrefix | Contains a page number delimiter used to ensure proper page numbering in a postback. |
| ScreenCharactersHeightParameter | Contains the default for the height of the characters on the screen. |
| ScriptTemplateTag | Contains the tag name for the Script template. |
| SelectionListSpecialCharacter | Contains the character used in CheckBox IDs for cHTML. |
| SeparatorTemplateTag | Contains the tag name for the Separator template. |
| SymbolProtocol | Contains the characters used to denote the beginning of an i-mode or J-Phone symbol scheme. |
| UniqueFilePathSuffixVariable | Contains the query String name of the unique file path suffix. |
| UniqueFilePathSuffixVariableWithoutEqual | Contains the query String name of the unique file path suffix, but no equal sign. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| 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.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Community Additions
ADD
Show: