GetHeaderValue(string,string)
Method in Dialogue
Summary
Gets the value of the header named headerName
on
the node named nodeName
, or null
if the header can't be found.
public string? GetHeaderValue(string nodeName, string headerName)
Remarks
If the node has more than one header named headerName
, the first one is used.
Parameters
Name
Description
string
nodeName
The name of the node.
string
headerName
The name of the header.
Returns
The value of the first header on the node with the specified header value.
Last updated
Was this helpful?