OutputElementHintAttribute Class

Definition

Provides a hint of the ITagHelper's output element.

public ref class OutputElementHintAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)]
public sealed class OutputElementHintAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)>]
type OutputElementHintAttribute = class
    inherit Attribute
Public NotInheritable Class OutputElementHintAttribute
Inherits Attribute
Inheritance
OutputElementHintAttribute
Attributes

Constructors

OutputElementHintAttribute(String)

Instantiates a new instance of the OutputElementHintAttribute class.

Properties

OutputElement

The HTML element the ITagHelper may output.

Applies to