Skip to content

3716c8ee 9eeb 60f0 5bc1 91f9a38e2c54

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseWriter.ResponseEx Property

Additional header content

Gets a reference to an object HttpResponseEx than contains the MIME type of the output stream and response header for a ASP.NET operation.

Namespace: iTin.Export.ComponentModel.Writer
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public virtual HttpResponseEx ResponseEx { get; }

VB

Public Overridable ReadOnly Property ResponseEx As HttpResponseEx
	Get

Property Value

Type: HttpResponseEx
A HttpResponseInfo than contains the MIME type of the output stream and response header for a ASP.NET operation.

Implements

IWriter.ResponseEx

Remarks

[Missing documentation for "P:iTin.Export.ComponentModel.Writer.BaseWriter.ResponseEx"]

See Also

Reference

BaseWriter Class
iTin.Export.ComponentModel.Writer Namespace

Clone this wiki locally