Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static bool CheckDebugMode(
	HtmlHelper helper
)
Visual Basic
Public Shared Function CheckDebugMode ( _
	helper As HtmlHelper _
) As Boolean
Visual C++
public:
static bool CheckDebugMode(
	HtmlHelper^ helper
)

Parameters

helper
Type: HtmlHelper

See Also