C# Class TeamMentor.SiteData.SiteData_Routing

Show file Open project: TeamMentor/Master

Public Methods

Method Description
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

Method Details

handleAspxPage() public static method

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

siteData_Handle_VirtualPath() public static method

public static siteData_Handle_VirtualPath ( this virtualPath ) : bool
virtualPath this
return bool

siteData_Handle_VirtualPath() public static method

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

siteData_SetContentType_For_File() public static method

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

siteData_WriteFileToResponseStream() public static method

public static siteData_WriteFileToResponseStream ( this fullPath ) : bool
fullPath this
return bool