HtmlAttributeNotBoundAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示相關聯的 ITagHelper 屬性不應系結至 HTML 屬性。
public ref class HtmlAttributeNotBoundAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public sealed class HtmlAttributeNotBoundAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type HtmlAttributeNotBoundAttribute = class
inherit Attribute
Public NotInheritable Class HtmlAttributeNotBoundAttribute
Inherits Attribute
- 繼承
-
HtmlAttributeNotBoundAttribute
- 屬性
建構函式
| HtmlAttributeNotBoundAttribute() |
執行個體化 HtmlAttributeNotBoundAttribute 類別的新執行個體。 |