共用方式為


InputTagHelper.Format 屬性

定義

格式字串 (請參閱 https://msdn.microsoft.com/en-us/library/txafckwd.aspx 用來格式化 For 結果) 。 將產生的 「value」 屬性設定為該格式化字串。

public:
 property System::String ^ Format { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-format")]
public string Format { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-format")>]
member this.Format : string with get, set
Public Property Format As String

屬性值

屬性

備註

如果提供的 (看到 InputTypeName) 或計算的「類型」屬性值為 checkboxpasswordradio ,則不會使用 。 也就是說, Format 呼叫 GenerateTextBox(ViewContext, ModelExplorer, String, Object, String, Object) 時會使用 。

適用於