Class AbpAspNetCoreMvcOptions
Inheritance
object
AbpAspNetCoreMvcOptions
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 AbpAspNetCoreMvcOptions
Constructors
AbpAspNetCoreMvcOptions()
Declaration
public AbpAspNetCoreMvcOptions()
Properties
AutoModelValidation
Declaration
public bool AutoModelValidation { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ChangeControllerModelApiExplorerGroupName
Declaration
public bool ChangeControllerModelApiExplorerGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ConventionalControllers
Declaration
public AbpConventionalControllerOptions ConventionalControllers { get; }
Property Value
| Type | Description |
|---|---|
| AbpConventionalControllerOptions |
EnableRazorRuntimeCompilationOnDevelopment
Declaration
public bool EnableRazorRuntimeCompilationOnDevelopment { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IgnoredControllersOnModelExclusion
Declaration
public HashSet<Type> IgnoredControllersOnModelExclusion { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.HashSet<T><System.Type> |
MinifyGeneratedScript
Declaration
public bool? MinifyGeneratedScript { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |