Class CliUrls
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public static class CliUrls
Fields
AccountAbpIoDevelopment
Declaration
public static string AccountAbpIoDevelopment
Field Value
AccountAbpIoProduction
Declaration
public static string AccountAbpIoProduction
Field Value
LatestVersionCheckFullPath
Declaration
public static string LatestVersionCheckFullPath
Field Value
NuGetRootPathDevelopment
Declaration
public static string NuGetRootPathDevelopment
Field Value
NuGetRootPathProduction
Declaration
public static string NuGetRootPathProduction
Field Value
WwwAbpIoDevelopment
Declaration
public static string WwwAbpIoDevelopment
Field Value
WwwAbpIoProduction
Declaration
public static string WwwAbpIoProduction
Field Value
Properties
AccountAbpIo
Declaration
public static string AccountAbpIo { get; set; }
Property Value
NuGetRootPath
Declaration
public static string NuGetRootPath { get; set; }
Property Value
WwwAbpIo
Declaration
public static string WwwAbpIo { get; set; }
Property Value
Methods
GetApiDefinitionUrl(string, ApplicationApiDescriptionModelRequestDto)
Declaration
public static string GetApiDefinitionUrl(string url, ApplicationApiDescriptionModelRequestDto model = null)
Parameters
Returns
GetNuGetPackageInfoUrl(string, string)
Declaration
public static string GetNuGetPackageInfoUrl(string apiKey, string packageId)
Parameters
Returns
GetNuGetPackageSearchUrl(string, string)
Declaration
public static string GetNuGetPackageSearchUrl(string apiKey, string packageId)
Parameters
Returns
GetNuGetServiceIndexUrl(string)
Declaration
public static string GetNuGetServiceIndexUrl(string apiKey)
Parameters
Type |
Name |
Description |
string |
apiKey |
|
Returns