layout: default title: JsModuleManager parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core
JsModuleManager Class
Static class for managing the JavaScript modules used by GeoBlazor.
public static class JsModuleManager
Inheritance System.Object 🡒 JsModuleManager
Properties
JsModuleManager.ClientCultureInfo Property
The browser’s culture information. Used to deserialize numbers and dates in AttributesDictionary.
public static System.Globalization.CultureInfo ClientCultureInfo { get; set; }
Property Value
System.Globalization.CultureInfo
Methods
JsModuleManager.GetArcGisJsCore(IJSRuntime, IJSObjectReference, CancellationToken) Method
Retrieves the main entry point for the GeoBlazor Core JavaScript module.
public static System.Threading.Tasks.Task<Microsoft.JSInterop.IJSObjectReference> GetArcGisJsCore(Microsoft.JSInterop.IJSRuntime jsRuntime, Microsoft.JSInterop.IJSObjectReference? proModule, System.Threading.CancellationToken cancellationToken);
Parameters
jsRuntime
Microsoft.JSInterop.IJSRuntime
proModule
Microsoft.JSInterop.IJSObjectReference
cancellationToken
System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<Microsoft.JSInterop.IJSObjectReference>
JsModuleManager.GetArcGisJsPro(IJSRuntime, CancellationToken) Method
Retrieves the main entry point for the optional GeoBlazor Pro JavaScript module.
public static System.Threading.Tasks.Task<Microsoft.JSInterop.IJSObjectReference?> GetArcGisJsPro(Microsoft.JSInterop.IJSRuntime jsRuntime, System.Threading.CancellationToken cancellationToken);
Parameters
jsRuntime
Microsoft.JSInterop.IJSRuntime
cancellationToken
System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<Microsoft.JSInterop.IJSObjectReference>