C# Class HermaFx.Mvc.Html.PathHelper

显示文件 Open project: evicertia/HermaFx

Public Methods

Method Description
ResolveAppRelativePath ( this html, string filename ) : string
ResolveServerSidePath ( this html, string filename ) : string

Private Methods

Method Description
IsRelativeToDefaultPath ( string file ) : bool

Method Details

ResolveAppRelativePath() public static method

public static ResolveAppRelativePath ( this html, string filename ) : string
html this
filename string
return string

ResolveServerSidePath() public static method

public static ResolveServerSidePath ( this html, string filename ) : string
html this
filename string
return string