Свойство | Тип | Описание | |
---|---|---|---|
GetHandlerForUrl | IHttpHandler | ||
ProcessHandlerTypeDirectory | IHttpHandler | ||
ProcessHandlerTypePage | IHttpHandler |
Метод | Описание | |
---|---|---|
GetHandler ( |
Implementation of IHttpHandlerFactory. By default, it will load an array of HttpHandlers from the blog.config. This can be changed, by overrideing the GetHttpHandlers(HttpContext context) method.
|
|
ReleaseHandler ( IHttpHandler handler ) : void |
Releases the handler.
|
Метод | Описание | |
---|---|---|
GetHttpHandlers ( ) : Subtext.Framework.UrlManager.HttpHandler[] |
Метод | Описание | |
---|---|---|
GetHandlerForUrl ( string url ) : IHttpHandler | ||
ProcessHandlerTypeDirectory ( |
||
ProcessHandlerTypePage ( |
public GetHandler ( |
||
context | Current HttpContext | |
requestType | string | Request Type (Passed along to other IHttpHandlerFactory's) |
url | string | The current requested url. (Passed along to other IHttpHandlerFactory's) |
path | string | The physical path of the current request. Is not guaranteed /// to exist (Passed along to other IHttpHandlerFactory's) |
Результат | IHttpHandler |
protected GetHttpHandlers ( ) : Subtext.Framework.UrlManager.HttpHandler[] | ||
Результат | Subtext.Framework.UrlManager.HttpHandler[] |
public ReleaseHandler ( IHttpHandler handler ) : void | ||
handler | IHttpHandler | Handler. |
Результат | void |