Class WebCallback
Inheritance
System.Object
WebCallback
Assembly: IgniteUI.Blazor.dll
Syntax
public class WebCallback : Object
Constructors
WebCallback()
Declaration
Properties
IsReady
Declaration
public bool IsReady { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
AdjustDynamicContent(String, String, String, String, String, String)
Declaration
public void AdjustDynamicContent(string containerId, string contentType, string templateId, string contentId, string actionType, string args)
Parameters
| Type |
Name |
Description |
| System.String |
containerId |
|
| System.String |
contentType |
|
| System.String |
templateId |
|
| System.String |
contentId |
|
| System.String |
actionType |
|
| System.String |
args |
|
AdjustDynamicContentBatch(String, String)
Declaration
public void AdjustDynamicContentBatch(string containerId, string batch)
Parameters
| Type |
Name |
Description |
| System.String |
containerId |
|
| System.String |
batch |
|
OnInvokeReturn(String, Int64, Object)
Declaration
public void OnInvokeReturn(string containerId, long invokeId, object returnValue)
Parameters
| Type |
Name |
Description |
| System.String |
containerId |
|
| System.Int64 |
invokeId |
|
| System.Object |
returnValue |
|
OnRaiseEvent(String, String, String, String)
Declaration
public void OnRaiseEvent(string containerId, string name, string propertyName, string args)
Parameters
| Type |
Name |
Description |
| System.String |
containerId |
|
| System.String |
name |
|
| System.String |
propertyName |
|
| System.String |
args |
|
OnReady()
Declaration
Register(BaseRendererControl)
Declaration
public void Register(BaseRendererControl control)
Parameters