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

파일 보기 프로젝트 열기: ucdavis/UCDArch

공개 메소드들

메소드 설명
Css ( this urlHelper, string styleSheet ) : string
Image ( this urlHelper, string imageName ) : string
Script ( this urlHelper, string scriptName ) : string

메소드 상세

Css() 공개 정적인 메소드

public static Css ( this urlHelper, string styleSheet ) : string
urlHelper this
styleSheet string
리턴 string

Image() 공개 정적인 메소드

public static Image ( this urlHelper, string imageName ) : string
urlHelper this
imageName string
리턴 string

Script() 공개 정적인 메소드

public static Script ( this urlHelper, string scriptName ) : string
urlHelper this
scriptName string
리턴 string