Share via


OutputElementHintAttribute(String) Constructor

Definition

Instantiates a new instance of the OutputElementHintAttribute class.

public:
 OutputElementHintAttribute(System::String ^ outputElement);
public OutputElementHintAttribute (string outputElement);
new Microsoft.AspNetCore.Razor.TagHelpers.OutputElementHintAttribute : string -> Microsoft.AspNetCore.Razor.TagHelpers.OutputElementHintAttribute
Public Sub New (outputElement As String)

Parameters

outputElement
String

The HTML element the ITagHelper may output.

Applies to