UrlSnapshot(String, String, Boolean) Constructor

Definition

A snapshot of the url.

public UrlSnapshot (string Name, string Url, bool IsInternal);
new Aspire.Hosting.ApplicationModel.UrlSnapshot : string * string * bool -> Aspire.Hosting.ApplicationModel.UrlSnapshot
Public Sub New (Name As String, Url As String, IsInternal As Boolean)

Parameters

Name
String

Name of the url.

Url
String

The full uri.

IsInternal
Boolean

Determines if this url is internal.

Applies to