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 6a72c12 commit d1a8b65Copy full SHA for d1a8b65
LinkDotNet.Blog.Web/Pages/SearchByTag.razor
@@ -19,7 +19,7 @@
19
public string Tag { get; set; }
20
21
IList<BlogPost> blogPosts = new List<BlogPost>();
22
- protected override async Task OnInitializedAsync()
+ protected override async Task OnParametersSetAsync()
23
{
24
Tag = Uri.UnescapeDataString(Tag);
25
blogPosts = (await blogPostRepository.GetAllAsync(
0 commit comments