WebHeaderCollectionItem Property (HttpResponseHeader) |
Gets or sets the specified response header.
Namespace: System.NetAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public string this[
HttpResponseHeader header
] { get; set; }
Parameters
- header
- Type: System.NetHttpResponseHeader
The response header value.
Return Value
Type:
StringA System.String instance containing the specified header.
See Also