Class UrlControllerNameNormalizerContext
Inheritance
UrlControllerNameNormalizerContext
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class UrlControllerNameNormalizerContext
Constructors
UrlControllerNameNormalizerContext(string, string)
Declaration
public UrlControllerNameNormalizerContext(string rootPath, string controllerName)
Parameters
Properties
ControllerName
Declaration
public string ControllerName { get; }
Property Value
RootPath
Declaration
public string RootPath { get; }
Property Value
Extension Methods