10 writes to Format
Microsoft.AspNetCore.Mvc.TagHelpers.Test (10)
InputTagHelperTest.cs (10)
750tagHelper.Format = "datetime: {0:o}"; 821tagHelper.Format = "datetime: {0:o}"; 1180tagHelper.Format = "somewhat-less-null"; // ignored 1287tagHelper.Format = format; 1453tagHelper.Format = "somewhat-less-null"; // ignored 1546tagHelper.Format = "somewhat-less-null"; // ignored 1665tagHelper.Format = format; 2236tagHelper.Format = editFormatString; 2297tagHelper.Format = editFormatString; 2360tagHelper.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>. 401var format = Format; 468return Generator.GenerateTextBox(ViewContext, modelExplorer, For.Name, value, Format, htmlAttributes);