• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IControllerActionSearcher

    Namespace: Umbraco.Cms.Web.Website.Routing
    Assembly: Umbraco.Web.Website.dll
    Syntax
    public interface IControllerActionSearcher

    Methods

    View Source

    Find<T>(HttpContext, String, String)

    Declaration
    ControllerActionDescriptor Find<T>(HttpContext httpContext, string controller, string action)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Http.HttpContext httpContext
    System.String controller
    System.String action
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.Controllers.ControllerActionDescriptor
    Type Parameters
    Name Description
    T
    View Source

    Find<T>(HttpContext, String, String, String)

    Declaration
    virtual ControllerActionDescriptor Find<T>(HttpContext httpContext, string controller, string action, string area)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Http.HttpContext httpContext
    System.String controller
    System.String action
    System.String area
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.Controllers.ControllerActionDescriptor
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Find<T>(HttpContext, String, String)
      • Find<T>(HttpContext, String, String, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX