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

Converts a match collection to a tag collection. Takes care of illegal tags, non-closed, and non-balanced end-tags.
Наследование: ICollection, IEnumerable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ICollection void

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

Метод Описание
GetEnumerator ( ) : IEnumerator

Returns an enumerator that can iterate through the collection of MatchedTags.

Init ( MatchCollection matches ) : void

Adds the tag matches in an input string.

MatchedTagCollection ( ValidTagCollection allowedTags ) : System

Initializes a new instance of the FilteredTagCollection class.

Приватные методы

Метод Описание
ICollection ( Array array, int index ) : void

Copies the Matchedtags to the supplied array at the specified index.

Описание методов

GetEnumerator() публичный Метод

Returns an enumerator that can iterate through the collection of MatchedTags.
public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

Init() публичный Метод

Adds the tag matches in an input string.
public Init ( MatchCollection matches ) : void
matches System.Text.RegularExpressions.MatchCollection The tag matches from an input string.
Результат void

MatchedTagCollection() публичный Метод

Initializes a new instance of the FilteredTagCollection class.
public MatchedTagCollection ( ValidTagCollection allowedTags ) : System
allowedTags ValidTagCollection The allowed tags.
Результат System