C# Класс TeamMentor.SiteData.SiteData_Routing

Показать файл Открыть проект

Открытые методы

Метод Описание
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