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

属性的值。

适用于