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