ValueExtensions::Value Method
Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Value(HtmlHelper^, String^) | Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates. |
![]() ![]() | Value(HtmlHelper^, String^, String^) | Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates. |
ValueExtensions::Value Method (HtmlHelper^, String^)
Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
public: [ExtensionAttribute] static MvcHtmlString^ Value( HtmlHelper^ html, String^ name )
Parameters
- html
-
Type:
System.Web.Mvc::HtmlHelper^
The HTML helper instance that this method extends.
- name
-
Type:
System::String^
The name of the model.
ValueExtensions::Value Method (HtmlHelper^, String^, String^)
Provides a mechanism to create custom HTML markup compatible with the ASP.NET MVC model binders and templates.
public: [ExtensionAttribute] static MvcHtmlString^ Value( HtmlHelper^ html, String^ name, String^ format )
Parameters
- html
-
Type:
System.Web.Mvc::HtmlHelper^
The HTML helper instance that this method extends.
- name
-
Type:
System::String^
The name of the model.
- format
-
Type:
System::String^
The format string.
Show:

