Class CliUrls
Inheritance
System.Object
CliUrls
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public static class CliUrls : object
Fields
AccountAbpIo
Declaration
public const string AccountAbpIo = null
Field Value
Type |
Description |
System.String |
|
AccountAbpIoDevelopment
Declaration
public const string AccountAbpIoDevelopment = null
Field Value
Type |
Description |
System.String |
|
AccountAbpIoProduction
Declaration
public const string AccountAbpIoProduction = null
Field Value
Type |
Description |
System.String |
|
NuGetRootPath
Declaration
public const string NuGetRootPath = null
Field Value
Type |
Description |
System.String |
|
NuGetRootPathDevelopment
Declaration
public const string NuGetRootPathDevelopment = null
Field Value
Type |
Description |
System.String |
|
NuGetRootPathProduction
Declaration
public const string NuGetRootPathProduction = null
Field Value
Type |
Description |
System.String |
|
WwwAbpIo
Declaration
public const string WwwAbpIo = null
Field Value
Type |
Description |
System.String |
|
WwwAbpIoDevelopment
Declaration
public const string WwwAbpIoDevelopment = null
Field Value
Type |
Description |
System.String |
|
WwwAbpIoProduction
Declaration
public const string WwwAbpIoProduction = null
Field Value
Type |
Description |
System.String |
|
Methods
GetNuGetPackageInfoUrl(String, String)
Declaration
public static string GetNuGetPackageInfoUrl(string apiKey, string packageId)
Parameters
Type |
Name |
Description |
System.String |
apiKey |
|
System.String |
packageId |
|
Returns
Type |
Description |
System.String |
|
GetNuGetServiceIndexUrl(String)
Declaration
public static string GetNuGetServiceIndexUrl(string apiKey)
Parameters
Type |
Name |
Description |
System.String |
apiKey |
|
Returns
Type |
Description |
System.String |
|