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

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

public ApplicationGoogleEarthKml ( ) : Response
Результат Response
        public Response ApplicationGoogleEarthKml()
        {
            _contentType = "application/vnd.google-earth.kml+xml";

            return this;
        }
Response