HtmlAttributeNotBoundAttribute Class

Definition

Indicates the associated ITagHelper property should not be bound to HTML attributes.

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
Inheritance
HtmlAttributeNotBoundAttribute
Attributes

Constructors

HtmlAttributeNotBoundAttribute()

Instantiates a new instance of the HtmlAttributeNotBoundAttribute class.

Applies to