C# Класс Castle.MonoRail.Framework.Views.Aspx.WebFormsViewEngine.ExecutePageProvider

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

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

Метод Описание
ExecutePage ( IRailsEngineContext context ) : Page

Executes the page.

ExecutePageProvider ( WebFormsViewEngine engine, string viewName ) : System

Initializes a new instance of the ExecutePageProvider class.

ObtainMonoRailHttpHandler ( IRailsEngineContext context ) : IHttpHandler

Implementors should perform their logic to return a instance of IHttpHandler. If the IHttpHandler can not be created, it should return null.

ReleaseHandler ( IHttpHandler handler ) : void

Implementors should perform their logic to release the IHttpHandler instance and its resources.

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

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

Executes the page.
public ExecutePage ( IRailsEngineContext context ) : Page
context IRailsEngineContext The context.
Результат System.Web.UI.Page

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

Initializes a new instance of the ExecutePageProvider class.
public ExecutePageProvider ( WebFormsViewEngine engine, string viewName ) : System
engine WebFormsViewEngine The engine.
viewName string Name of the view.
Результат System

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

Implementors should perform their logic to return a instance of IHttpHandler. If the IHttpHandler can not be created, it should return null.
public ObtainMonoRailHttpHandler ( IRailsEngineContext context ) : IHttpHandler
context IRailsEngineContext
Результат IHttpHandler

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

Implementors should perform their logic to release the IHttpHandler instance and its resources.
public ReleaseHandler ( IHttpHandler handler ) : void
handler IHttpHandler
Результат void