HtmlHelper Properties

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static ClientValidationEnabled

Gets or sets a value that indicates whether client validation is enabled.

System_CAPS_pubproperty Html5DateRenderingMode

Gets or sets the HTML5 date rendering mode.

System_CAPS_pubpropertySystem_CAPS_static IdAttributeDotReplacement

Gets or sets the character that replaces periods in the ID attribute of an element.

System_CAPS_pubproperty RouteCollection

Gets or sets the collection of routes for the application.

System_CAPS_pubpropertySystem_CAPS_static UnobtrusiveJavaScriptEnabled

Gets or sets a value that indicates whether unobtrusive JavaScript is enabled.

System_CAPS_pubpropertySystem_CAPS_static ValidationMessageElement

Element name used to wrap the validation message generated by ValidationMessage and other overloads.

System_CAPS_pubpropertySystem_CAPS_static ValidationSummaryMessageElement

Element name used to wrap a top-level message in ValidationSummary and other overloads.

System_CAPS_pubproperty ViewBag

Gets the view bag.

System_CAPS_pubproperty ViewContext

Gets or sets the context information about the view.

System_CAPS_pubproperty ViewData

Gets the current view data dictionary.

System_CAPS_pubproperty ViewDataContainer

Gets or sets the view data container.

See Also

HtmlHelper Class
System.Web.Mvc Namespace

Return to top