Udostępnij za pośrednictwem


OutputElementHintAttribute(String) Konstruktor

Definicja

Tworzy nowe wystąpienie klasy OutputElementHintAttribute.

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)

Parametry

outputElement
String

Element HTML, który ITagHelper może być wyjściowy.

Dotyczy