WriteFooter outputs the Footer during Install/Upgrade etc

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static void WriteFooter(
	HttpResponse response
)
Visual Basic
Public Shared Sub WriteFooter ( 
	response As HttpResponse
)

Parameters

response
Type: System.Web..::..HttpResponse
The ASP.Net Response object

Remarks