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

AccountAbpIoDevelopment

Declaration
public static string AccountAbpIoDevelopment
Field Value
Type Description
string

AccountAbpIoProduction

Declaration
public static string AccountAbpIoProduction
Field Value
Type Description
string

LatestVersionCheckFullPath

Declaration
public static string LatestVersionCheckFullPath
Field Value
Type Description
string

NuGetRootPathDevelopment

Declaration
public static string NuGetRootPathDevelopment
Field Value
Type Description
string

NuGetRootPathProduction

Declaration
public static string NuGetRootPathProduction
Field Value
Type Description
string

WwwAbpIoDevelopment

Declaration
public static string WwwAbpIoDevelopment
Field Value
Type Description
string

WwwAbpIoProduction

Declaration
public static string WwwAbpIoProduction
Field Value
Type Description
string

Properties

AccountAbpIo

Declaration
public static string AccountAbpIo { get; set; }
Property Value
Type Description
string

NuGetRootPath

Declaration
public static string NuGetRootPath { get; set; }
Property Value
Type Description
string

WwwAbpIo

Declaration
public static string WwwAbpIo { get; set; }
Property 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