WebResourceAttribute(String, String) コンストラクター

定義

指定された Web リソースとリソース コンテンツ タイプで WebResourceAttribute クラスの新しいインスタンスを初期化します。

public:
 WebResourceAttribute(System::String ^ webResource, System::String ^ contentType);
public WebResourceAttribute (string webResource, string contentType);
new System.Web.UI.WebResourceAttribute : string * string -> System.Web.UI.WebResourceAttribute
Public Sub New (webResource As String, contentType As String)

パラメーター

webResource
String

Web リソースの名前。

contentType
String

"text/javascript"などの"image/gif"リソースの種類。

例外

webResourcenull または空の文字列 ("") です。

- または -

contentTypenull または空の文字列 ("") です。

適用対象