Class IgbTemplateContent<T>
Inheritance
System.Object
IgbTemplateContent<T>
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTemplateContent<T> : ComponentBase
Type Parameters
Constructors
IgbTemplateContent()
Declaration
public IgbTemplateContent()
Properties
Context
Declaration
public T Context { get; set; }
Property Value
Template
Declaration
public RenderFragment<T> Template { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment<T> |
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
Update()
Declaration