C# 클래스 TeamMentor.SiteData.SiteData_Routing

파일 보기 프로젝트 열기: TeamMentor/Master

공개 메소드들

메소드 설명
handleAspxPage ( this response, string fullPath ) : bool
siteData_Handle_VirtualPath ( this virtualPath ) : bool
siteData_Handle_VirtualPath ( this tmFileStorage, string virtualPath ) : bool
siteData_SetContentType_For_File ( this fullPath, System.Web.HttpResponseBase response ) : string
siteData_WriteFileToResponseStream ( this fullPath ) : bool

메소드 상세

handleAspxPage() 공개 정적인 메소드

public static handleAspxPage ( this response, string fullPath ) : bool
response this
fullPath string
리턴 bool

siteData_Handle_VirtualPath() 공개 정적인 메소드

public static siteData_Handle_VirtualPath ( this virtualPath ) : bool
virtualPath this
리턴 bool

siteData_Handle_VirtualPath() 공개 정적인 메소드

public static siteData_Handle_VirtualPath ( this tmFileStorage, string virtualPath ) : bool
tmFileStorage this
virtualPath string
리턴 bool

siteData_SetContentType_For_File() 공개 정적인 메소드

public static siteData_SetContentType_For_File ( this fullPath, System.Web.HttpResponseBase response ) : string
fullPath this
response System.Web.HttpResponseBase
리턴 string

siteData_WriteFileToResponseStream() 공개 정적인 메소드

public static siteData_WriteFileToResponseStream ( this fullPath ) : bool
fullPath this
리턴 bool