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

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>