NonControllerAttribute Class

Summary

Indicates that the type and any derived types that this attribute is applied to is not considered a controller by the default controller discovery mechanism.

Syntax

public sealed class NonControllerAttribute : Attribute, _Attribute

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.NonControllerAttribute