おのれ鍋奉行が!

ContentTypeの指定

最終更新:

lmes2

- view
メンバー限定 登録/ログイン

ContentTypeの指定


概要

ContentTypeの指定の仕方。

参照


参考


前提条件

なし

手順

Page ディレクティブで指定するだけ。

Shift_JISで表示する場合。

<%@ Page ContentType="text/HTML" Language="VB" ResponseEncoding="Shift_JIS" %>
 

「任意のバイナリデータ」(ダウンロードさせたい場合)

<%@ Page ContentType="application/octet-stream" Language="VB" ResponseEncoding="Shift_JIS" %>
 

ちなみに、METAタグではこう。

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
</head>
 
記事メニュー
ウィキ募集バナー