Show / Hide Table of Contents

Class IgbTemplateContent<T>

Inheritance
System.Object
IgbTemplateContent<T>
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbTemplateContent<T> : ComponentBase
Type Parameters
Name Description
T

Constructors

IgbTemplateContent()

Declaration
public IgbTemplateContent()

Properties

Context

Declaration
public T Context { get; set; }
Property Value
Type Description
T

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
public void Update()