Share via


StaticAssetProperty(String, String) Constructor

Definition

A property associated with a static asset.

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

Parameters

name
String
value
String

Applies to