C# 클래스 System.Web.Mvc.HtmlHelpers

파일 보기 프로젝트 열기: dtsagile/dmg-signalr 1 사용 예제들

공개 메소드들

메소드 설명
Analytics ( this htmlHelper ) : HtmlString
Analytics ( this htmlHelper, string urchin, string domainName ) : HtmlString
CSS ( this helper, string fileName ) : HtmlString
CSS ( this helper, string fileName, string media ) : HtmlString
Image ( this helper, string fileName ) : HtmlString
Image ( this helper, string fileName, string attributes ) : HtmlString
Script ( this helper, string fileName ) : HtmlString
Script ( this helper, string debugFilename, string releaseFilename ) : HtmlString

비공개 메소드들

메소드 설명
GetPublicUrl ( this helper ) : string

메소드 상세

Analytics() 공개 정적인 메소드

public static Analytics ( this htmlHelper ) : HtmlString
htmlHelper this
리턴 HtmlString

Analytics() 공개 정적인 메소드

public static Analytics ( this htmlHelper, string urchin, string domainName ) : HtmlString
htmlHelper this
urchin string
domainName string
리턴 HtmlString

CSS() 공개 정적인 메소드

public static CSS ( this helper, string fileName ) : HtmlString
helper this
fileName string
리턴 HtmlString

CSS() 공개 정적인 메소드

public static CSS ( this helper, string fileName, string media ) : HtmlString
helper this
fileName string
media string
리턴 HtmlString

Image() 공개 정적인 메소드

public static Image ( this helper, string fileName ) : HtmlString
helper this
fileName string
리턴 HtmlString

Image() 공개 정적인 메소드

public static Image ( this helper, string fileName, string attributes ) : HtmlString
helper this
fileName string
attributes string
리턴 HtmlString

Script() 공개 정적인 메소드

public static Script ( this helper, string fileName ) : HtmlString
helper this
fileName string
리턴 HtmlString

Script() 공개 정적인 메소드

public static Script ( this helper, string debugFilename, string releaseFilename ) : HtmlString
helper this
debugFilename string
releaseFilename string
리턴 HtmlString