Exemplo n.º 1
0
 public void OnGet()
 {
     PageTitle = _config["VideoListPageTitle"];
     Videos    = _videoData.ListVideos(SearchQuery);
 }