Méthode | Description | |
---|---|---|
ExecutePage ( IRailsEngineContext context ) : |
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
|
|
ReleaseHandler ( IHttpHandler handler ) : void |
Implementors should perform their logic to release the IHttpHandler instance and its resources.
|
public ExecutePage ( IRailsEngineContext context ) : |
||
context | IRailsEngineContext | The context. |
Résultat |
public ExecutePageProvider ( WebFormsViewEngine engine, string viewName ) : System | ||
engine | WebFormsViewEngine | The engine. |
viewName | string | Name of the view. |
Résultat | System |
public ObtainMonoRailHttpHandler ( IRailsEngineContext context ) : IHttpHandler | ||
context | IRailsEngineContext | |
Résultat | IHttpHandler |
public ReleaseHandler ( IHttpHandler handler ) : void | ||
handler | IHttpHandler | |
Résultat | void |