10 writes to Format
Microsoft.AspNetCore.Mvc.TagHelpers.Test (10)
InputTagHelperTest.cs (10)
750
tagHelper.
Format
= "datetime: {0:o}";
821
tagHelper.
Format
= "datetime: {0:o}";
1180
tagHelper.
Format
= "somewhat-less-null"; // ignored
1287
tagHelper.
Format
= format;
1453
tagHelper.
Format
= "somewhat-less-null"; // ignored
1546
tagHelper.
Format
= "somewhat-less-null"; // ignored
1665
tagHelper.
Format
= format;
2236
tagHelper.
Format
= editFormatString;
2297
tagHelper.
Format
= editFormatString;
2360
tagHelper.
Format
= "non-default format string";
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);