ASP- reaksie -objek


Die ASP Response-objek word gebruik om uitset vanaf die bediener na die gebruiker te stuur.


Meer voorbeelde


Hoe om teks met ASP te skryf.


Hoe om teks en HTML-etikette met ASP te kombineer.


Hoe om die gebruiker na 'n ander URL te herlei.


Hoe om 'n ewekansige skakel te skep.


Hoe om die buffer te beheer.


Hoe om die buffer skoon te maak.


Hoe om 'n skrip in die middel van verwerking te beëindig.


. Hoe om te spesifiseer hoeveel minute 'n bladsy in 'n blaaier gekas sal word voordat dit verval.


Hoe om 'n datum/tyd te spesifiseer wat 'n bladsy wat in 'n blaaier gekas is, sal verval.


Hoe om te kyk of 'n gebruiker van die bediener ontkoppel is.


Hoe om die tipe inhoud te spesifiseer.


Hoe om die naam van die karakterstel te spesifiseer.



Reaksievoorwerp

Die ASP Response-objek word gebruik om uitset vanaf die bediener na die gebruiker te stuur. Die versamelings, eienskappe en metodes word hieronder beskryf:

Versamelings

Collection Description
Cookies Sets a cookie value. If the cookie does not exist, it will be created, and take the value that is specified

Eienskappe

Property Description
Buffer Specifies whether to buffer the page output or not
CacheControl Sets whether a proxy server can cache the output generated by ASP or not
Charset Appends the name of a character-set to the content-type header in the Response object
ContentType Sets the HTTP content type for the Response object
Expires Sets how long (in minutes) a page will be cached on a browser before it expires
ExpiresAbsolute Sets a date and time when a page cached on a browser will expire
IsClientConnected Indicates if the client has disconnected from the server
Pics Appends a value to the PICS label response header
Status Specifies the value of the status line returned by the server

Metodes

Method Description
AddHeader Adds a new HTTP header and a value to the HTTP response
AppendToLog Adds a string to the end of the server log entry
BinaryWrite Writes data directly to the output without any character conversion
Clear Clears any buffered HTML output
End Stops processing a script, and returns the current result
Flush Sends buffered HTML output immediately
Redirect Redirects the user to a different URL
Write Writes a specified string to the output