Interface IFilteredControllerFactory
Namespace: Umbraco.Web.Mvc
Assembly: Umbraco.Web.dll
Syntax
public interface IFilteredControllerFactory
Methods
View SourceCanHandle(RequestContext)
Determines whether this instance can handle the specified request.
Declaration
bool CanHandle(RequestContext request)
Parameters
Type | Name | Description |
---|---|---|
System.Web.Routing.RequestContext | request | The request. |
Returns
Type | Description |
---|---|
System.Boolean |
|