Redirect
RemoveCookie
RemoveResponseHeader
SetCookie
SetResponseHeader
Write
指定したプラットフォームまたは HTTP 応答ヘッダーの値を設定します。
SetResponseHeader(1, 2)
| 序数 | 型 | 説明 | |
|---|---|---|---|
| 1 | string | 必須 | 応答ヘッダーの名前 |
| 2 | string | 必須 | 応答ヘッダーの値 |
1<script runat=server>
2 Platform.Response.SetResponseHeader("headerName","headerValue");
3</script>