Show / Hide Table of Contents

Class AbpAspNetCoreConsts

Inheritance
object
AbpAspNetCoreConsts
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
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public static class AbpAspNetCoreConsts

Fields

DefaultApiPrefix

Declaration
public const string DefaultApiPrefix = "api"
Field Value
Type Description
string

DefaultIntegrationServiceApiPrefix

Declaration
public const string DefaultIntegrationServiceApiPrefix = "integration-api"
Field Value
Type Description
string

ScriptNonceKey

Declaration
public const string ScriptNonceKey = "ScriptNonce"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform