@page "{uri?}"
@model IndexModel
@{
ViewData["Title"] = "yawaflua";
}
README.md
@{
string path = $"{this.Request.Scheme}://{this.Request.Host}";
string Github_readme = Startup.client.GetStringAsync($"{path}/api/Index").Result;
@Html.Raw(Github_readme)
}