PrepareHeaderForMatch Property
Prepares the header field for matching against a member name. The header field and the member name are both ran through this function. You should do things like trimming, removing whitespace, removing underscores, and making casing changes to ignore case.

Syntax

public virtual PrepareHeaderForMatch PrepareHeaderForMatch { get; set; }

Value

Type Description
PrepareHeaderForMatch