C# 클래스 newtelligence.DasBlog.Web.Core.ValidTag

파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsValidAttribute ( string attributeName ) : bool

Determines whether attribute with the specified attribute name is valid.

ToString ( ) : string
ValidTag ( ) : System
ValidTag ( string tagDefinition ) : System

Initializes a new instance of the ValidTag class.

메소드 상세

IsValidAttribute() 공개 메소드

Determines whether attribute with the specified attribute name is valid.
public IsValidAttribute ( string attributeName ) : bool
attributeName string Name of the attribute.
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ValidTag() 공개 메소드

public ValidTag ( ) : System
리턴 System

ValidTag() 공개 메소드

Initializes a new instance of the ValidTag class.
public ValidTag ( string tagDefinition ) : System
tagDefinition string The tag definition, defined as 'tag@att1@att2'.
리턴 System