Example #1
0
 public void OnGet()
 {
     BlogDetails = _blogData.GetBlogByTitle(SearchTerm);
 }