ASP - antwoordobject


Het ASP Response-object wordt gebruikt om uitvoer vanaf de server naar de gebruiker te sturen.


Meer voorbeelden


Hoe schrijf je tekst met ASP.


Hoe u tekst en HTML-tags kunt combineren met ASP.


Hoe u de gebruiker omleidt naar een andere URL.


Hoe maak je een willekeurige link aan.


Hoe de buffer te besturen.


Hoe de buffer te wissen.


Hoe een script te beëindigen tijdens de verwerking.


. Specificeer hoeveel minuten een pagina in een browser wordt opgeslagen voordat deze verloopt.


cache is opgeslagen, verloopt. Een datum/tijd opgeven waarop een pagina die in een browser in de cache is opgeslagen, verloopt.


Hoe te controleren of een gebruiker is losgekoppeld van de server.


instellen Hoe het type inhoud opgeven.


opgeven.



Responsobject

Het ASP Response-object wordt gebruikt om uitvoer vanaf de server naar de gebruiker te sturen. De collecties, eigenschappen en methoden worden hieronder beschreven:

Collecties

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

Eigenschappen

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

Methoden:

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