UrlSnapshot(String, String, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.