C# Класс Rolcore.Web.UI.HtmlUtils

A static class containing utilities for working with HTML.
Показать файл Открыть проект

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

Метод Описание
CreateAttributeRegEx ( string attributeName ) : Regex

Creates a Regex that matches the specified attribute and it's value.

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

CreateAttributeRegEx() публичный статический Метод

Creates a Regex that matches the specified attribute and it's value.
public static CreateAttributeRegEx ( string attributeName ) : Regex
attributeName string Specifies the name of the attribute to match.
Результат System.Text.RegularExpressions.Regex