Class AbpAspNetCoreMvcOptions
Inheritance
AbpAspNetCoreMvcOptions
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
ChangeControllerModelApiExplorerGroupName
Declaration
public bool ChangeControllerModelApiExplorerGroupName { get; set; }
Property Value
ControllersToRemove
Declaration
public HashSet<Type> ControllersToRemove { get; }
Property Value
ConventionalControllers
Declaration
public AbpConventionalControllerOptions ConventionalControllers { get; }
Property Value
EnableRazorRuntimeCompilationOnDevelopment
Declaration
public bool EnableRazorRuntimeCompilationOnDevelopment { get; set; }
Property Value
ExposeIntegrationServices
Declaration
public bool ExposeIntegrationServices { get; set; }
Property Value
IgnoredControllersOnModelExclusion
Declaration
public HashSet<Type> IgnoredControllersOnModelExclusion { get; }
Property Value
MinifyGeneratedScript
Declaration
public bool? MinifyGeneratedScript { get; set; }
Property Value
Extension Methods