C# Класс BlueCollar.Dashboard.StyleSheetHandler

Extends StaticFileHandler to handle requests for style sheets.
Наследование: StaticFileHandler
Показать файл Открыть проект

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

Метод Описание
StyleSheetHandler ( IRepositoryFactory repositoryFactory ) : System

Initializes a new instance of the StyleSheetHandler class.

Защищенные методы

Метод Описание
PerformRequest ( System.Web.HttpContextBase context, StaticFile file ) : byte[]

Performs the concrete request operation and returns the output as a byte array.

Описание методов

PerformRequest() защищенный Метод

Performs the concrete request operation and returns the output as a byte array.
protected PerformRequest ( System.Web.HttpContextBase context, StaticFile file ) : byte[]
context System.Web.HttpContextBase The HTTP context to perform the request for.
file StaticFile The static file to return the contents of.
Результат byte[]

StyleSheetHandler() публичный Метод

Initializes a new instance of the StyleSheetHandler class.
public StyleSheetHandler ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory The repository factory to use.
Результат System