StaticAssetResponseHeader(String, String) 构造函数

定义

在提供静态资产时应用于响应的响应标头。

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

参数

name
String

标头的名称。

value
String

标头的值。

适用于