C# Class SpeakFriend.Utilities.Web.ResponseWeb

Inheritance: Response, IResponse
ファイルを表示 Open project: teamaton/speak-lib Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Redirect ( string url ) : void
Redirect ( string url, bool endResponse ) : void
SetCookie ( System.Web.HttpCookie cookie ) : void

Method Details

Redirect() public method

public Redirect ( string url ) : void
url string
return void

Redirect() public method

public Redirect ( string url, bool endResponse ) : void
url string
endResponse bool
return void

SetCookie() public method

public SetCookie ( System.Web.HttpCookie cookie ) : void
cookie System.Web.HttpCookie
return void