IResourceUrlGenerator.GetResourceUrl(Type, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回用於設計階段時組件中的內嵌資源 URL 參考。
public:
System::String ^ GetResourceUrl(Type ^ type, System::String ^ resourceName);
public string GetResourceUrl (Type type, string resourceName);
abstract member GetResourceUrl : Type * string -> string
Public Function GetResourceUrl (type As Type, resourceName As String) As String
參數
- type
- Type
包含內嵌資源之組件中的型別。
- resourceName
- String
要擷取的資源名稱。
傳回
對資源的 URL 參考。
備註
在執行時間,方法會將 GetWebResourceUrl URL 傳回給資源。 AssemblyResourceLoader類別會定義用來載入內嵌資源的 HTTP 處理常式。
在設計階段, GetWebResourceUrl 類別的方法會 ClientScriptManager 偵測設計模式,並委派給設計工具主機服務執行,以傳回 URL。