C# 클래스 ExoWeb.Templates.MicrosoftAjax.AttributeHelper

파일 보기 프로젝트 열기: vc3/ExoWeb

공개 메소드들

메소드 설명
EnsureClassName ( string classValue, string className ) : string
EnsureCssStyle ( string styleValue, string property, string value ) : string
GetCssStyle ( string styleValue, string property ) : string
HasClassName ( string classValue, string className ) : bool
HasCssStyle ( string styleValue, string property ) : bool
RemoveClassName ( string classValue, string className ) : string
RemoveCssStyle ( string styleValue, string property ) : string

비공개 메소드들

메소드 설명
BuildClassRegex ( string className ) : Regex
BuildCssRegex ( string property ) : Regex

메소드 상세

EnsureClassName() 공개 정적인 메소드

public static EnsureClassName ( string classValue, string className ) : string
classValue string
className string
리턴 string

EnsureCssStyle() 공개 정적인 메소드

public static EnsureCssStyle ( string styleValue, string property, string value ) : string
styleValue string
property string
value string
리턴 string

GetCssStyle() 공개 정적인 메소드

public static GetCssStyle ( string styleValue, string property ) : string
styleValue string
property string
리턴 string

HasClassName() 공개 정적인 메소드

public static HasClassName ( string classValue, string className ) : bool
classValue string
className string
리턴 bool

HasCssStyle() 공개 정적인 메소드

public static HasCssStyle ( string styleValue, string property ) : bool
styleValue string
property string
리턴 bool

RemoveClassName() 공개 정적인 메소드

public static RemoveClassName ( string classValue, string className ) : string
classValue string
className string
리턴 string

RemoveCssStyle() 공개 정적인 메소드

public static RemoveCssStyle ( string styleValue, string property ) : string
styleValue string
property string
리턴 string