ASP@Workshop 
HOME > ASPリファレンス > Response オブジェクト > AddHeader

AddHeader (Response オブジェクト)

Response.AddHeader name,value

引数

name
新しいヘッダー変数の名前です。
value
新しいヘッダー変数に格納される初期値です。

解説

HTML ヘッダー name を value に設定します。

使用例

Response.AddHeader "Cache-Control", "no-cache"

関連項目

CookiesBufferCacheControlCharsetContentTypeExpiresExpiresAbsolute
IsClientConnectedStatusAppendToLogClearEndFlushRedirect
Write



ASPリファレンス

Application オブジェクト
ASPError オブジェクト
Request オブジェクト
Response オブジェクト
Server オブジェクト
Session オブジェクト
ObjectContext オブジェクト


Copyright (C) 2006-2008 ASP@Workshop All rights reserved.