Class LocalJson
Inheritance
System.Object
LocalJson
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class LocalJson : Object
Constructors
LocalJson(String)
Declaration
public LocalJson(string json)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | json |
Properties
Json
Declaration
public string Json { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
From(String)
Declaration
public static LocalJson From(string json)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | json |
Returns
| Type | Description |
|---|---|
| LocalJson |