mirror of
https://github.com/dotnetcore/BootstrapBlazor.git
synced 2025-12-19 01:46:41 +08:00
doc(SelectRegion): add inject service method doc (#7342)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@page "/select-region"
|
||||
@page "/select-region"
|
||||
@inject IStringLocalizer<SelectRegions> Localizer
|
||||
|
||||
<h3>@Localizer["RegionTitle"]</h3>
|
||||
@@ -7,6 +7,8 @@
|
||||
|
||||
<PackageTips Name="BootstrapBlazor.Region" />
|
||||
|
||||
<Pre>builder.Services.AddBootstrapBlazorRegionService()</Pre>
|
||||
|
||||
<DemoBlock Title="@Localizer["RegionNormalTitle"]"
|
||||
Introduction="@Localizer["RegionNormalIntro"]"
|
||||
Name="Normal">
|
||||
|
||||
Reference in New Issue
Block a user