Share via


ResourceAssetProperty(String, String) Constructor

Definition

A resource property.

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)

Parameters

name
String

The name of the property.

value
String

The value of the property.

Applies to