C# 클래스 Headless.Activation.SupportedTagAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: roryprimrose/Headless 1 사용 예제들

공개 메소드들

메소드 설명
SupportedTagAttribute ( string tagName ) : System

Initializes a new instance of the SupportedTagAttribute class.

SupportedTagAttribute ( string tagName, string attributeName, string attributeValue ) : System

Initializes a new instance of the SupportedTagAttribute class.

ToString ( ) : string

메소드 상세

SupportedTagAttribute() 공개 메소드

Initializes a new instance of the SupportedTagAttribute class.
public SupportedTagAttribute ( string tagName ) : System
tagName string /// Name of the tag. ///
리턴 System

SupportedTagAttribute() 공개 메소드

Initializes a new instance of the SupportedTagAttribute class.
public SupportedTagAttribute ( string tagName, string attributeName, string attributeValue ) : System
tagName string /// Name of the tag. ///
attributeName string /// Name of the attribute. ///
attributeValue string /// The attribute value. ///
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string