C# Класс Bundling.Extensions.Handlers.BundleHttpHandler

Наследование: IHttpHandler
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ProcessRequest ( HttpContext context ) : void

Приватные методы

Метод Описание
GetBundleResponse ( Bundle bundle, BundleContext bundleContext ) : BundleResponse
GetSingleFileBundleResponse ( Bundle bundle, BundleContext bundleContext, string filepath ) : BundleResponse
SetBundleHeaders ( BundleResponse bundleResponse, BundleContext context ) : void

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

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

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Результат void