Class UrlActionNameNormalizerContext
Inheritance
UrlActionNameNormalizerContext
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class UrlActionNameNormalizerContext
Constructors
UrlActionNameNormalizerContext(string, string, ActionModel, string, string)
Declaration
public UrlActionNameNormalizerContext(string rootPath, string controllerName, ActionModel action, string actionNameInUrl, string httpMethod)
Parameters
Properties
Action
Declaration
public ActionModel Action { get; }
Property Value
ActionNameInUrl
Declaration
public string ActionNameInUrl { get; }
Property Value
ControllerName
Declaration
public string ControllerName { get; }
Property Value
HttpMethod
Declaration
public string HttpMethod { get; }
Property Value
RootPath
Declaration
public string RootPath { get; }
Property Value
Extension Methods