ForbiddenInfo

Models the information for reporting a forbidden response.

Namespace:
Inetdev.Web
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

ForbiddenInfo

Default constructor

Signature:
public Void ForbiddenInfo()

Properties

Action

Action that is forbidden to the user.

Signature:
public String Action { get; set; }

Area

Area where the controller is.

Signature:
public String Area { get; set; }

Controller

Controller of the forbidden action.

Signature:
public String Controller { get; set; }

RequiredRoles

The required roles for access the action.

Signature:
public String[] RequiredRoles { get; set; }

SubjectId

User identification.

Signature:
public String SubjectId { get; set; }

TraceIdentifier

Trace identifier.

Signature:
public String TraceIdentifier { get; set; }