Show / Hide Table of Contents

Class CliUrls

Inheritance
object
CliUrls
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public static class CliUrls

Fields

AccountAbpIo

Declaration
public const string AccountAbpIo = "https://account.abp.io/"
Field Value
Type Description
string

AccountAbpIoDevelopment

Declaration
public const string AccountAbpIoDevelopment = "https://localhost:44333/"
Field Value
Type Description
string

AccountAbpIoProduction

Declaration
public const string AccountAbpIoProduction = "https://account.abp.io/"
Field Value
Type Description
string

LatestVersionCheckFullPath

Declaration
public const string LatestVersionCheckFullPath = "https://raw.githubusercontent.com/abpframework/abp/dev/latest-versions.json"
Field Value
Type Description
string

NuGetRootPath

Declaration
public const string NuGetRootPath = "https://nuget.abp.io/"
Field Value
Type Description
string

NuGetRootPathDevelopment

Declaration
public const string NuGetRootPathDevelopment = "https://localhost:44373/"
Field Value
Type Description
string

NuGetRootPathProduction

Declaration
public const string NuGetRootPathProduction = "https://nuget.abp.io/"
Field Value
Type Description
string

WwwAbpIo

Declaration
public const string WwwAbpIo = "https://abp.io/"
Field Value
Type Description
string

WwwAbpIoDevelopment

Declaration
public const string WwwAbpIoDevelopment = "https://localhost:44328/"
Field Value
Type Description
string

WwwAbpIoProduction

Declaration
public const string WwwAbpIoProduction = "https://abp.io/"
Field Value
Type Description
string

Methods

GetApiDefinitionUrl(string, ApplicationApiDescriptionModelRequestDto)

Declaration
public static string GetApiDefinitionUrl(string url, ApplicationApiDescriptionModelRequestDto model = null)
Parameters
Type Name Description
string url
ApplicationApiDescriptionModelRequestDto model
Returns
Type Description
string

GetNuGetPackageInfoUrl(string, string)

Declaration
public static string GetNuGetPackageInfoUrl(string apiKey, string packageId)
Parameters
Type Name Description
string apiKey
string packageId
Returns
Type Description
string

GetNuGetPackageSearchUrl(string, string)

Declaration
public static string GetNuGetPackageSearchUrl(string apiKey, string packageId)
Parameters
Type Name Description
string apiKey
string packageId
Returns
Type Description
string

GetNuGetServiceIndexUrl(string)

Declaration
public static string GetNuGetServiceIndexUrl(string apiKey)
Parameters
Type Name Description
string apiKey
Returns
Type Description
string
In this article
Back to top Powered by ABP.IO Platform