Class UrlControllerNameNormalizerContext
Inheritance
object
UrlControllerNameNormalizerContext
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 UrlControllerNameNormalizerContext
Constructors
UrlControllerNameNormalizerContext(string, string)
Declaration
public UrlControllerNameNormalizerContext(string rootPath, string controllerName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | rootPath | |
| string | controllerName |
Properties
ControllerName
Declaration
public string ControllerName { get; }
Property Value
| Type | Description |
|---|---|
| string |
RootPath
Declaration
public string RootPath { get; }
Property Value
| Type | Description |
|---|---|
| string |