C# Class Rolcore.Web.UI.HtmlUtils

A static class containing utilities for working with HTML.
Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

Méthode Description
CreateAttributeRegEx ( string attributeName ) : Regex

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

Method Details

CreateAttributeRegEx() public static méthode

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.
Résultat System.Text.RegularExpressions.Regex