コード例 #1
0
ファイル: DemoConfiguration.cs プロジェクト: zjxstjg/Blazor
 public string GetSeoTitle() => ParentPage == null ? Title : $"{ParentPage.GetSeoTitle()} - {Title}";