HttpResponse.Pics メソッドとは? わかりやすく解説

HttpResponse.Pics メソッド

PICS-Label HTTP ヘッダー出力ストリーム追加します

名前空間: System.Web
アセンブリ: System.Web (system.web.dll 内)
構文構文

解説解説
使用例使用例

次のコード例は、イメージ表示する ASP.NET ページです。このページコードは、Pics メソッド呼び出して応答の PICS-Label HTTP ヘッダー設定しますPics メソッドへのパラメータとして渡される String は、ICRA (Internet Content Rating Association) の Web サイト生成されレーティング ラベル表します

<%@ Page Language="VB" %>
<script runat="server">

    ' When this page is loaded, the Pics method
    ' sets the PICS-Label header for the response.    
    Private Sub Page_Load(sender As
 Object, e As EventArgs)       
        Response.PICS( _
          "(pics-1.1 <http://www.icra.org/ratingsv02.html>
 " & _
          "comment <ICRAonline EN v2.0> " &
 _
          "l r (nz 1 vz 1 lz 1 oz 1 cz 1) " &
 _
          "<http://www.rsac.org/ratingsv01.html> "
 & _
          "l r (n 0 s 0 v 0 l 0))")
    End Sub

</script>
<html>
<head>
</head>
<body>
    <form runat="server">
        <img height="75%" src="animated.gif"
 width="100%" />
    </form>
</body>
</html>
<%@ Page Language="C#" %>
<script runat="server">

    // When this page is loaded, the Pics method
    // sets the PICS-Label header for the response.
    private void Page_Load(object sender, EventArgs
 e)
    {
        Response.Pics( 
          "(pics-1.1 <http://www.icra.org/ratingsv02.html>
 " + 
          "comment <ICRAonline EN v2.0> " + 
          "l r (nz 1 vz 1 lz 1 oz 1 cz 1) " + 
          "<http://www.rsac.org/ratingsv01.html> " +
          " l r (n 0 s 0 v 0 l 0))");
    }

</script>
<html>
<head>
</head>
<body>
    <form runat="server">
        <img height="75%" src="animated.gif" width="100%"
 />
    </form>
</body>
</html>
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


このページでは「.NET Framework クラス ライブラリ リファレンス」からHttpResponse.Pics メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からHttpResponse.Pics メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からHttpResponse.Pics メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

HttpResponse.Pics メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



HttpResponse.Pics メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS