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
Declaration
IPublishedContent? FindContent(ActionExecutingContext actionExecutingContext)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext | actionExecutingContext |
Returns
Type | Description |
---|---|
System.Nullable<IPublishedContent> |