TrailingHeadersFeature.

RegisterHeader(string, Func<string>) Method

Syntax

public void RegisterHeader(string name, Func<string> contentCallback)

Parameters

Name Type Description
name string
contentCallback Func<string>

Return Value

Type Description
void