8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
@page
|
|
@model Aeroflot.Flights.Web.Pages.SitemapModel
|
|
@{
|
|
Layout = null;
|
|
this.Response.ContentType = "text/plain";
|
|
}
|
|
@Model.GetSitemap
|