Compartilhar via


HtmlAttributeNotBoundAttribute Classe

Definição

Indica que a propriedade associada ITagHelper não deve ser associada a atributos 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
Herança
HtmlAttributeNotBoundAttribute
Atributos

Construtores

HtmlAttributeNotBoundAttribute()

Cria uma nova instância da classe HtmlAttributeNotBoundAttribute.

Aplica-se a