ValueExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
public static class ValueExtensions
type ValueExtensions = class
Public Module ValueExtensions
- Inheritance
-
ValueExtensions
Methods
Value(HtmlHelper, String, String) |
Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates. |
Value(HtmlHelper, String) |
Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates. |
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. |
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. |
ValueForModel(HtmlHelper, String) |
Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates. |
ValueForModel(HtmlHelper) |
Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates. |