HtmlHelperValueExtensions 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.
Value-related extensions for IHtmlHelper and IHtmlHelper<TModel>.
public ref class HtmlHelperValueExtensions abstract sealed
	public static class HtmlHelperValueExtensions
	type HtmlHelperValueExtensions = class
	Public Module HtmlHelperValueExtensions
		- Inheritance
 - 
				HtmlHelperValueExtensions
 
Methods
| Value(IHtmlHelper, String) | 
		 Returns the formatted value for the specified   | 
        	
| ValueFor<TModel,TResult>(IHtmlHelper<TModel>, Expression<Func<TModel,TResult>>) | 
		 Returns the formatted value for the specified   | 
        	
| ValueForModel(IHtmlHelper, String) | 
		 Returns the formatted value for the current model. Specifically, returns the
first non-  | 
        	
| ValueForModel(IHtmlHelper) | 
		 Returns the formatted value for the current model. Specifically, returns the
first non-  |