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

Represents a matched tag.
파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

공개 메소드들

메소드 설명
FilterAttributes ( ValidTag validTag ) : void

Filters the attributes in the current tag.

MatchedTag ( Match m, bool isValid ) : System

Initializes a new instance of the MatchedTag class.

MatchedTag ( Match m, bool isValid, bool needsClosing ) : System

Initializes a new instance of the MatchedTag class.

ToString ( ) : string

Returns a T:System.String that represents the current captured tag.

메소드 상세

FilterAttributes() 공개 메소드

Filters the attributes in the current tag.
public FilterAttributes ( ValidTag validTag ) : void
validTag ValidTag The valid tag, which specifies which attributes are valid.
리턴 void

MatchedTag() 공개 메소드

Initializes a new instance of the MatchedTag class.
public MatchedTag ( Match m, bool isValid ) : System
m System.Text.RegularExpressions.Match The match.
isValid bool A valid tag if set to .
리턴 System

MatchedTag() 공개 메소드

Initializes a new instance of the MatchedTag class.
public MatchedTag ( Match m, bool isValid, bool needsClosing ) : System
m System.Text.RegularExpressions.Match The match.
isValid bool A valid tag if set to .
needsClosing bool The tag needs to be self-closed before rendering.
리턴 System

ToString() 공개 메소드

Returns a T:System.String that represents the current captured tag.
public ToString ( ) : string
리턴 string