Table of Contents

Class AllowNoActiveSessionAttribute

Namespace
Hi.MachiningProcs
Assembly
HiNc.dll

Marks a session-scoped controller action as callable without an active session, exempting it from RequireActiveSessionAttribute. Use on the session lifecycle entry points (BeginSession / EndSession), which by definition run when no session exists yet.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class AllowNoActiveSessionAttribute : Attribute
Inheritance
AllowNoActiveSessionAttribute
Inherited Members
Extension Methods