Class UrlActionNameNormalizerContext
Inheritance
object
UrlActionNameNormalizerContext
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.Conventions
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
| Type | Name | Description |
|---|---|---|
| string | rootPath | |
| string | controllerName | |
| Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel | action | |
| string | actionNameInUrl | |
| string | httpMethod |
Properties
Action
Declaration
public ActionModel Action { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Mvc.ApplicationModels.ActionModel |
ActionNameInUrl
Declaration
public string ActionNameInUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
ControllerName
Declaration
public string ControllerName { get; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Declaration
public string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
RootPath
Declaration
public string RootPath { get; }
Property Value
| Type | Description |
|---|---|
| string |