Click or drag to resize

PFNavigationBarHtmlHelper Constructor

Initializes a new instance of the PFNavigationBarHtmlHelper class.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public PFNavigationBarHtmlHelper(
	PFNavigationPageContext pageContext
)

Parameters

pageContext
Type: Packflow.InterfacePFNavigationPageContext
The page context.
Exceptions
ExceptionCondition
ArgumentNullExceptionPage context cannot be null.
See Also