共用方式為


ResourceAssetProperty(String, String) 建構函式

定義

資源屬性。

public ResourceAssetProperty (string name, string value);
new Microsoft.AspNetCore.Components.ResourceAssetProperty : string * string -> Microsoft.AspNetCore.Components.ResourceAssetProperty
Public Sub New (name As String, value As String)

參數

name
String

屬性的名稱。

value
String

屬性的值。

適用於