다음을 통해 공유


OutputElementHintAttribute(String) 생성자

정의

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)

매개 변수

outputElement
String

가 출력할 수 있는 ITagHelper HTML 요소입니다.

적용 대상