Table of Contents

Method GetValue

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

GetValue(string)

Gets the first headers value associated with the specified header name, or nothing it if no value is associated with the specified header.

public string? GetValue(string name)

Parameters

name string

The header name.

Returns

string