Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150525 | Jan 9,2020 08:33 PM UTC | Jan 20,2020 12:16 PM UTC | Blazor | 9 |
![]() |
Tags: Tabs |
@using Syncfusion.EJ2.Blazor.Navigations
<EjsTab>
<TabItems>
<TabItem>
<ChildContent>
<TabHeader Text="Header1"></TabHeader>
</ChildContent>
<ContentTemplate><Counter></Counter></ContentTemplate>
</TabItem>
<TabItem>
<ChildContent>
<TabHeader Text="Header1"></TabHeader>
</ChildContent>
<ContentTemplate><FetchData></FetchData></ContentTemplate>
</TabItem>
</TabItems>
</EjsTab>
|
public void ConfigureServices(IServiceCollection services)
{
….
services.AddScoped<CounterState>(); |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.