DisplayTextExtensions 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 way to render object values as HTML.
public static class DisplayTextExtensions
type DisplayTextExtensions = class
Public Module DisplayTextExtensions
- Inheritance
-
DisplayTextExtensions
Methods
DisplayText(HtmlHelper, String) |
Returns HTML markup for each property in the object that is represented by the specified expression. |
DisplayTextFor<TModel,TResult>(HtmlHelper<TModel>, Expression<Func<TModel,TResult>>) |
Returns HTML markup for each property in the object that is represented by the specified expression. |