C# Class Rolcore.Web.UI.HtmlUtils

A static class containing utilities for working with HTML.
ファイルを表示 Open project: Rollins/Rolcore

Public Methods

Method Description
CreateAttributeRegEx ( string attributeName ) : Regex

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

Method Details

CreateAttributeRegEx() public static method

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.
return System.Text.RegularExpressions.Regex