Junior.Route.Routing.Responses.Response.ApplicationGoogleEarthKml C# (CSharp) Method

ApplicationGoogleEarthKml() public method

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

            return this;
        }
Response