We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Similar to IdFor etc., just using display attribute for description
public static string DescriptionFor<TModel,TValue>(this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<TModel> html, System.Linq.Expressions.Expression<System.Func<TModel,TValue>> expression);
TModel
TValue
html Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<TModel>
html
expression System.Linq.Expressions.Expression<System.Func<TModel,TValue>>
expression
System.String