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