StaticAssetResponseHeader(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A response header to apply to the response when a static asset is served.
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)
Parameters
- name
- String
The name of the header.
- value
- String
The value of the header.