ValueExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticValue(HtmlHelper, String)

Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.

System_CAPS_pubmethodSystem_CAPS_staticValue(HtmlHelper, String, String)

Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.

System_CAPS_pubmethodSystem_CAPS_staticValueFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)))

Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.

System_CAPS_pubmethodSystem_CAPS_staticValueFor(Of TModel, TProperty)(HtmlHelper(Of TModel), Expression(Of Func(Of TModel, TProperty)), String)

Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.

System_CAPS_pubmethodSystem_CAPS_staticValueForModel(HtmlHelper)

Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.

System_CAPS_pubmethodSystem_CAPS_staticValueForModel(HtmlHelper, String)

Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.

Return to top
Show: