Freigeben über


OutputElementHintAttribute(String) Konstruktor

Definition

Instanziiert eine neue Instanz der OutputElementHintAttribute-Klasse.

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)

Parameter

outputElement
String

Das HTML-Element, das möglicherweise ITagHelper ausgegeben wird.

Gilt für: