dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
UrlService Class
Base service providing a URL endpoint
public record UrlService : System.IEquatable<dymaptic.GeoBlazor.Core.Model.UrlService>
Inheritance System.Object 🡒 UrlService
Implements System.IEquatable<UrlService>
Constructors
UrlService() Constructor
public UrlService();
Properties
UrlService.Url Property
URL for accessing the service
public string? Url { get; init; }