ValueExtensions Methods

Include Protected Members
Include Inherited Members

Methods

  Name Description
Public methodStatic member Value(HtmlHelper, String) Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
Public methodStatic member Value(HtmlHelper, String, String) Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
Public methodStatic member ValueFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>) Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
Public methodStatic member ValueFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, String) Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
Public methodStatic member ValueForModel(HtmlHelper) Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
Public methodStatic member ValueForModel(HtmlHelper, String) Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.

Top

See Also

Reference

ValueExtensions Class

System.Web.Mvc.Html Namespace