共用方式為


CacheTagHelperBase.Enabled 屬性

定義

取得或設定值,這個值會判斷標籤協助程式是否已啟用。

public:
 property bool Enabled { bool get(); void set(bool value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("enabled")]
public bool Enabled { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("enabled")>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

屬性值

屬性

適用於