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

MessagePartial() 공개 메소드

public MessagePartial ( ) : Response
리턴 Response
        public Response MessagePartial()
        {
            _contentType = "message/partial";

            return this;
        }
Response