Indicate if the current code is running in the ASP.NET process

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared ReadOnly Property IsRunningInAspNet As Boolean
	Get
C#
public static bool IsRunningInAspNet { get; }

See Also