WebAppHelper ReloadSettings Method A Sandcastle Documented Class Library
Provides a static method for reloading application settings. Must have reloadsettings = true in settings.xml or the app settings section of Web.config.

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

public static void ReloadSettings(
	NameValueCollection Application,
	HttpRequest Request
)

Parameters

Application
Type: System.Collections.Specialized NameValueCollection
Request
Type: System.Web HttpRequest
See Also