共用方式為


ResourceAsset(String, IReadOnlyList<ResourceAssetProperty>) 建構函式

定義

元件應用程式的資源,例如腳本、樣式表單或影像。

public ResourceAsset (string url, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Components.ResourceAssetProperty>? properties);
new Microsoft.AspNetCore.Components.ResourceAsset : string * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Components.ResourceAssetProperty> -> Microsoft.AspNetCore.Components.ResourceAsset
Public Sub New (url As String, properties As IReadOnlyList(Of ResourceAssetProperty))

參數

url
String

資源的 URL。

properties
IReadOnlyList<ResourceAssetProperty>

與此資源相關聯的屬性。

適用於