Junior.Route.Routing.Responses.Response.ApplicationXHtml C# (CSharp) 메소드

ApplicationXHtml() 공개 메소드

public ApplicationXHtml ( ) : Response
리턴 Response
        public Response ApplicationXHtml()
        {
            _contentType = "application/xhtml+xml";

            return this;
        }
Response