Junior.Route.Routing.Responses.Response.ApplicationXHtml C# (CSharp) Метод

ApplicationXHtml() публичный Метод

public ApplicationXHtml ( ) : Response
Результат Response
        public Response ApplicationXHtml()
        {
            _contentType = "application/xhtml+xml";

            return this;
        }
Response