Gets the HttpResponse object associated with the Page object. This object
allows you to send HTTP response data to a client and contains information about that response.
Namespace: DotNetNuke.FrameworkAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public HttpResponse Response { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Response As HttpResponse Get |