共用方式為


HtmlAttributeNotBoundAttribute 類別

定義

表示相關聯的 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 類別的新執行個體。

適用於