Class AbpConventionalControllerOptions
Inheritance
object
AbpConventionalControllerOptions
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 AbpConventionalControllerOptions
Constructors
AbpConventionalControllerOptions()
Declaration
public AbpConventionalControllerOptions()
Properties
ConventionalControllerSettings
Declaration
public ConventionalControllerSettingList ConventionalControllerSettings { get; }
Property Value
| Type | Description |
|---|---|
| ConventionalControllerSettingList |
FormBodyBindingIgnoredTypes
Declaration
public List<Type> FormBodyBindingIgnoredTypes { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><System.Type> |
UseV3UrlStyle
Declaration
public bool UseV3UrlStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Create(Assembly, Action<ConventionalControllerSetting>)
Declaration
public AbpConventionalControllerOptions Create(Assembly assembly, Action<ConventionalControllerSetting> optionsAction = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Reflection.Assembly | assembly | |
| System.Action<T><ConventionalControllerSetting> | optionsAction |
Returns
| Type | Description |
|---|---|
| AbpConventionalControllerOptions |