WebResourceAttribute(String, String) Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje WebResourceAttribute nowe wystąpienie klasy o określonym typie zawartości zasobu internetowego i zasobu.
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)
Parametry
- webResource
- String
Nazwa zasobu internetowego.
- contentType
- String
Typ zasobu, taki jak "image/gif"
lub "text/javascript".
Wyjątki
webResource
jest null
lub pusty ciąg ("").
-lub-
contentType
jest null
lub pusty ciąg ("").