Property | Type | Description | |
---|---|---|---|
CombineUrlPaths | string | ||
DashboardHandlerFactory | System | ||
GetHandler | IHttpHandler | ||
GetHandlerRelativeUrl | string | ||
ResolveHandlerUrl | string | ||
ResolveHandlerUrl | string | ||
ResolveHandlerUrl | string |
Method | Description | |
---|---|---|
DashboardHandlerFactory ( ) : System |
Initializes a new instance of the DashboardHandlerFactory class.
|
|
GetHandler ( |
Returns an instance of a class that implements the IHttpHandler interface.
|
|
ReleaseHandler ( IHttpHandler handler ) : void |
Enables a factory to reuse an existing handler instance.
|
Method | Description | |
---|---|---|
CombineUrlPaths ( ) : string |
Combines all of the URL path parts given by normalizing their separating '/'.
|
|
DashboardHandlerFactory ( string applicationName, DashboardEnabledMode mode, string handlerUrl, IRepositoryFactory repositoryFactory ) : System | ||
GetHandler ( System.Web.HttpContextBase context, string requestType, string url, string pathTranslated ) : IHttpHandler | ||
GetHandlerRelativeUrl ( string handlerPath, string rawUrl ) : string | ||
ResolveHandlerUrl ( string handlerUrl, System.Web.HttpContextBase httpContext ) : string |
Resolves the given handler URL.
|
|
ResolveHandlerUrl ( string handlerUrl, System.Web.HttpContextBase httpContext, string configPath ) : string |
Resolves the given handler URL.
|
|
ResolveHandlerUrl ( string handlerUrl, string baseDirectory, string applicationPath, string configPath ) : string |
Resolves the given handler URL.
|
public GetHandler ( |
||
context | An instance of the |
|
requestType | string | The HTTP data transfer method (GET or POST) that the client uses. |
url | string | The |
pathTranslated | string | The |
return | IHttpHandler |
public ReleaseHandler ( IHttpHandler handler ) : void | ||
handler | IHttpHandler | The |
return | void |