Interface IVirtualPageController
Used for custom routed controllers to execute within the context of Umbraco
Namespace: Umbraco.Cms.Web.Common.Controllers
Assembly: Umbraco.Web.Common.dll
Syntax
public interface IVirtualPageController
Methods
View SourceFindContent(ActionExecutingContext)
Returns the IPublishedContent to use as the current page for the request
Declaration
IPublishedContent FindContent(ActionExecutingContext actionExecutingContext)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext | actionExecutingContext |
Returns
| Type | Description |
|---|---|
| IPublishedContent |