dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core
GeoBlazorSettings Class
Configuration Settings Object, can be populated from JSON (e.g., appsettings.json) or environment variables.
public class GeoBlazorSettings
Inheritance System.Object 🡒 GeoBlazorSettings
Properties
GeoBlazorSettings.LicenseKey Property
The GeoBlazor Pro License Key, generated on the licensing server.
public string? LicenseKey { get; set; }
Property Value
GeoBlazorSettings.MauiAppName Property
The Application Name for a MAUI application. Not required for Blazor Server or Blazor WebAssembly.
public string? MauiAppName { get; set; }
Property Value
GeoBlazorSettings.RegistrationKey Property
The GeoBlazor Core Registration Key, generated on the licensing server.
public string? RegistrationKey { get; set; }
Property Value
GeoBlazorSettings.ValidationServerStoragePath Property
Optional setting to define where on your Blazor Server application the license validation file will be stored.
If not set, the default is Path.GetTempPath()
.
public string? ValidationServerStoragePath { get; set; }