C# 클래스 HermaFx.Mvc.Html.PathHelper

파일 보기 프로젝트 열기: evicertia/HermaFx

공개 메소드들

메소드 설명
ResolveAppRelativePath ( this html, string filename ) : string
ResolveServerSidePath ( this html, string filename ) : string

비공개 메소드들

메소드 설명
IsRelativeToDefaultPath ( string file ) : bool

메소드 상세

ResolveAppRelativePath() 공개 정적인 메소드

public static ResolveAppRelativePath ( this html, string filename ) : string
html this
filename string
리턴 string

ResolveServerSidePath() 공개 정적인 메소드

public static ResolveServerSidePath ( this html, string filename ) : string
html this
filename string
리턴 string