Class AspNetCoreApiDescriptionModelProviderOptions
Inheritance
AspNetCoreApiDescriptionModelProviderOptions
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AspNetCoreApiDescriptionModelProviderOptions
Constructors
AspNetCoreApiDescriptionModelProviderOptions()
Declaration
public AspNetCoreApiDescriptionModelProviderOptions()
Properties
ActionNameGenerator
Declaration
public Func<MethodInfo, string> ActionNameGenerator { get; set; }
Property Value
ApiParameterNameGenerator
Declaration
public Func<ApiParameterDescription, string?> ApiParameterNameGenerator { get; set; }
Property Value
ControllerNameGenerator
Declaration
public Func<Type, ConventionalControllerSetting?, string> ControllerNameGenerator { get; set; }
Property Value
Extension Methods