ValueExtensions Methods

  Name Description
Public method Static member Value(HtmlHelper, String) Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
Public method Static member Value(HtmlHelper, String, String) Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
Public method Static 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 method Static 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 method Static member ValueForModel(HtmlHelper) Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
Public method Static member ValueForModel(HtmlHelper, String) Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
Top
Show: