Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    FindContent(ActionExecutingContext)

    Returns the 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
    System.Nullable<IPublishedContent>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • FindContent(ActionExecutingContext)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX