C# 클래스 Rolcore.Web.UI.HtmlUtils

A static class containing utilities for working with HTML.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
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