Class IgniteUIBlazor
Inheritance
System.Object
IgniteUIBlazor
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgniteUIBlazor : Object, IIgniteUIBlazor
Constructors
IgniteUIBlazor(IJSRuntime)
Declaration
public IgniteUIBlazor(IJSRuntime runtime)
Parameters
| Type |
Name |
Description |
| Microsoft.JSInterop.IJSRuntime |
runtime |
|
IgniteUIBlazor(IJSRuntime, IIgniteUIBlazorSettings)
Declaration
public IgniteUIBlazor(IJSRuntime runtime, IIgniteUIBlazorSettings settings)
Parameters
Properties
JsRuntime
Declaration
public IJSRuntime JsRuntime { get; }
Property Value
| Type |
Description |
| Microsoft.JSInterop.IJSRuntime |
|
Settings
Declaration
public IIgniteUIBlazorSettings Settings { get; }
Property Value
WebCallback
Declaration
public WebCallback WebCallback { get; }
Property Value
Methods
IsLoadRequested(String)
Declaration
public bool IsLoadRequested(string moduleName)
Parameters
| Type |
Name |
Description |
| System.String |
moduleName |
|
Returns
| Type |
Description |
| System.Boolean |
|
IsRuntimeValid(Boolean)
Declaration
public bool IsRuntimeValid(bool reevaluate = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
reevaluate |
|
Returns
| Type |
Description |
| System.Boolean |
|
MarkIsLoadRequested(String)
Declaration
public void MarkIsLoadRequested(string moduleName)
Parameters
| Type |
Name |
Description |
| System.String |
moduleName |
|
RequestLoad(String)
Declaration
public void RequestLoad(string moduleName)
Parameters
| Type |
Name |
Description |
| System.String |
moduleName |
|
Implements