Junior.Route.Routing.Responses.Response.ApplicationGoogleEarthKml C# (CSharp) Méthode

ApplicationGoogleEarthKml() public méthode

public ApplicationGoogleEarthKml ( ) : Response
Résultat Response
        public Response ApplicationGoogleEarthKml()
        {
            _contentType = "application/vnd.google-earth.kml+xml";

            return this;
        }
Response