Class LicenseContextProvider
Optimized License context provider component
Inheritance
System.Object
LicenseContextProvider
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public class LicenseContextProvider : ComponentBase
Constructors
LicenseContextProvider()
Declaration
public LicenseContextProvider()
Properties
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
Context
Declaration
public LicenseContext Context { get; set; }
Property Value
Type |
---|
LicenseContext |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | builder |