C# 클래스 ExoWeb.Templates.HtmlHelpers

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

공개 메소드들

메소드 설명
IsBooleanAttribute ( string attribute, string tagName ) : bool
IsBooleanAttribute ( string attribute, string tagName, string inputType ) : bool
IsBooleanAttribute ( string attribute, string tagName, string inputType, bool requireInputTypeMatch ) : bool

Returns a value indicating whether the given attribute for the given tag name corresponds to a boolean attribute. http://stackoverflow.com/a/707702/170990

비공개 메소드들

메소드 설명
IsSelfClosing ( string tag ) : bool

Determines whether the given tag can close itself, i.e. [tag /] in place of [tag][/tag].

메소드 상세

IsBooleanAttribute() 공개 정적인 메소드

public static IsBooleanAttribute ( string attribute, string tagName ) : bool
attribute string
tagName string
리턴 bool

IsBooleanAttribute() 공개 정적인 메소드

public static IsBooleanAttribute ( string attribute, string tagName, string inputType ) : bool
attribute string
tagName string
inputType string
리턴 bool

IsBooleanAttribute() 공개 정적인 메소드

Returns a value indicating whether the given attribute for the given tag name corresponds to a boolean attribute. http://stackoverflow.com/a/707702/170990
public static IsBooleanAttribute ( string attribute, string tagName, string inputType, bool requireInputTypeMatch ) : bool
attribute string
tagName string
inputType string
requireInputTypeMatch bool
리턴 bool