C# Класс newtelligence.DasBlog.Web.Core.MatchedTag

Represents a matched tag.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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