Class AspNetCoreApiDescriptionModelProviderOptions
Inheritance
object
AspNetCoreApiDescriptionModelProviderOptions
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
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
| Type | Description |
|---|---|
| System.Func<T, TResult><System.Reflection.MethodInfo, string> |
ApiParameterNameGenerator
Declaration
public Func<ApiParameterDescription, string> ApiParameterNameGenerator { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<T, TResult><ApiParameterDescription, string> |
ControllerNameGenerator
Declaration
public Func<Type, ConventionalControllerSetting, string> ControllerNameGenerator { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<T1, T2, TResult><System.Type, ConventionalControllerSetting, string> |