Show / Hide Table of Contents

Interface IIgniteUIBlazor

Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public interface IIgniteUIBlazor

Properties

JsRuntime

Declaration
IJSRuntime JsRuntime { get; }
Property Value
Type Description
Microsoft.JSInterop.IJSRuntime

Settings

Declaration
IIgniteUIBlazorSettings Settings { get; }
Property Value
Type Description
IIgniteUIBlazorSettings

WebCallback

Declaration
WebCallback WebCallback { get; }
Property Value
Type Description
WebCallback

Methods

IsLoadRequested(String)

Declaration
bool IsLoadRequested(string moduleName)
Parameters
Type Name Description
System.String moduleName
Returns
Type Description
System.Boolean

IsRuntimeValid(Boolean)

Declaration
bool IsRuntimeValid(bool reevaluate = false)
Parameters
Type Name Description
System.Boolean reevaluate
Returns
Type Description
System.Boolean

MarkIsLoadRequested(String)

Declaration
void MarkIsLoadRequested(string moduleName)
Parameters
Type Name Description
System.String moduleName

RequestLoad(String)

Declaration
void RequestLoad(string moduleName)
Parameters
Type Name Description
System.String moduleName