ulr
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
@inject Fixedvalues fv;
|
||||
<HeadContent>
|
||||
<!-- Place favicon.ico in the root directory -->
|
||||
<link rel="icon" type="image/png" href="img/logo/siyahe.png" />
|
||||
@@ -27,5 +27,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@code{
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
await fv.SetUlr("Main");
|
||||
await base.OnInitializedAsync();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user