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 类的新实例。

适用于