Global SetBanner Method A Sandcastle Documented Class Library
Utility method for setting the current banner on the site before it is automatically determined based on GET request or the Session.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void SetBanner(
	string psms,
	HttpSessionState Session
)

Parameters

psms
Type: System String
Session
Type: System.Web.SessionState HttpSessionState
See Also