6 references to Format
Microsoft.AspNetCore.Mvc.TagHelpers (6)
InputTagHelper.cs (6)
101
/// <c>checkbox</c>, <c>password</c>, or <c>radio</c>. That is, <see cref="
Format
"/> is used when calling
112
/// helper to call and the default <see cref="
Format
"/> value. A default <see cref="
Format
"/> is not calculated
149
/// Thrown if <see cref="
Format
"/> is non-<c>null</c> but <see cref="For"/> is <c>null</c>.
401
var format =
Format
;
468
return Generator.GenerateTextBox(ViewContext, modelExplorer, For.Name, value,
Format
, htmlAttributes);