Aracılığıyla paylaş


WebResourceAttribute(String, String) Oluşturucu

Tanım

Belirtilen Web kaynağı ve kaynak içerik türüyle sınıfının yeni bir örneğini WebResourceAttribute başlatır.

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)

Parametreler

webResource
String

Web kaynağının adı.

contentType
String

"Image/gif" veya "text/javascript" gibi kaynak türü.

Özel durumlar

webResource veya null boş bir dize ("").

-veya-

contentType veya null boş bir dize ("").

Şunlara uygulanır