HtmlAttributeNotBoundAttribute Clase

Definición

Indica que la propiedad asociada ITagHelper no debe enlazarse 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
Herencia
HtmlAttributeNotBoundAttribute
Atributos

Constructores

HtmlAttributeNotBoundAttribute()

Crea una nueva instancia de la clase HtmlAttributeNotBoundAttribute.

Se aplica a