UrlSnapshot Constructors
RecordConstructors1 member
A snapshot of the URL.
Constructor(string?, string, bool)Section titled Constructor(string?, string, bool) A snapshot of the URL.
public record UrlSnapshot{ public UrlSnapshot( string? Name, string Url, bool IsInternal) { // ... }}Parameters
Namestring?Name of the endpoint associated with the URL.UrlstringThe full URL.IsInternalboolDetermines if this URL is internal. Internal URLs are only shown in the details grid for a resource.