IISResponse.addHeader(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void addHeader(System::String ^ _headerName, System::String ^ _headerValue);
public virtual void addHeader (string _headerName, string _headerValue);
abstract member addHeader : string * string -> unit
override this.addHeader : string * string -> unit
Public Overridable Sub addHeader (_headerName As String, _headerValue As String)
Parameters
- _headerName
- String
- _headerValue
- String