OutputElementHintAttribute 클래스

정의

의 출력 요소에 대한 ITagHelper힌트를 제공합니다.

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
상속
OutputElementHintAttribute
특성

생성자

OutputElementHintAttribute(String)

OutputElementHintAttribute 클래스의 새 인스턴스를 인스턴스화합니다.

속성

OutputElement

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

적용 대상