Table of Contents

Class AspNetResultAttribute

Namespace
Cratis.Applications
Assembly
Cratis.Applications.dll

Represents an attribute that indicates that the result of actions in a controller should be returned as an ASP.NET result.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method)]
public sealed class AspNetResultAttribute : Attribute, IFilterMetadata
Inheritance
AspNetResultAttribute
Implements
Inherited Members

Remarks

Can be used for an entire controller or individual actions.