HtmlHelper Properties
The HtmlHelper type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClientValidationEnabled | Gets or sets a value that indicates whether client validation is enabled. |
|
IdAttributeDotReplacement | Gets or sets the character that replaces periods in the ID attribute of an element. |
|
RouteCollection | Gets or sets the collection of routes for the application. |
|
UnobtrusiveJavaScriptEnabled | Gets or sets a value that indicates whether unobtrusive JavaScript is enabled. |
|
ViewBag | Gets the view bag. |
|
ViewContext | Gets or sets the context information about the view. |
|
ViewData | Gets the current view data dictionary. |
|
ViewDataContainer | Gets or sets the view data container. |
Show: