次の方法で共有


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

プロパティの値。

適用対象