C# 클래스 SpeakFriend.Utilities.Web.ResponseWeb

상속: Response, IResponse
파일 보기 프로젝트 열기: teamaton/speak-lib 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Redirect ( string url ) : void
Redirect ( string url, bool endResponse ) : void
SetCookie ( System.Web.HttpCookie cookie ) : void

메소드 상세

Redirect() 공개 메소드

public Redirect ( string url ) : void
url string
리턴 void

Redirect() 공개 메소드

public Redirect ( string url, bool endResponse ) : void
url string
endResponse bool
리턴 void

SetCookie() 공개 메소드

public SetCookie ( System.Web.HttpCookie cookie ) : void
cookie System.Web.HttpCookie
리턴 void