Class AbpAspNetCoreMvcOptions
Inheritance
System.Object
AbpAspNetCoreMvcOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpAspNetCoreMvcOptions
Constructors
AbpAspNetCoreMvcOptions()
Declaration
public AbpAspNetCoreMvcOptions()
Properties
ConventionalControllers
Declaration
public AbpConventionalControllerOptions ConventionalControllers { get; }
Property Value
Type | Description |
---|---|
AbpConventionalControllerOptions |
MinifyGeneratedScript
Declaration
public bool? MinifyGeneratedScript { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |