Files
flights_web/Pages/Robots.cshtml

9 lines
175 B
Plaintext

@page
@model Aeroflot.Flights.Web.Pages.RobotsModel
@{
Layout = null;
this.Response.ContentType = "text/plain";
}
@Model.RobotsTxtRules
Sitemap: @Model.SitemapLink