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 クラスの新しいインスタンスを生成します。

適用対象