We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146778f commit 44b2e9bCopy full SHA for 44b2e9b
src/BootstrapBlazor.Server/Components/Samples/Locators.razor
@@ -40,6 +40,9 @@ Location = await provider.Locate(Ip);</Pre>
40
<p><code>183.160.236.53</code> @Localizer["LocatorsNormalTips4"]</p>
41
42
<DemoBlock Title="@Localizer["LocatorsNormalTitle"]" Introduction="@Localizer["LocatorsNormalIntro"]" Name="Normal">
43
+ <section ignore>
44
+ @((MarkupString)Localizer["LocatorsProviderDesc"].Value)
45
+ </section>
46
<div class="row g-3 form-inline">
47
<div class="col-12 col-sm-6">
48
<Select Items="_providers" Value="@ProviderName" OnValueChanged="OnProviderNameChanged" ShowLabel="true" DisplayText="LocatorProvider">
0 commit comments