mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-25 14:27:52 -05:00
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
<PageTitle>@ChildContent - AliasVault</PageTitle>
|
|
|
|
@code {
|
|
/// <summary>
|
|
/// The content to display as prefix in the page title.
|
|
/// </summary>
|
|
[Parameter]
|
|
public RenderFragment ChildContent { get; set; } = default!;
|
|
}
|