C# (CSharp) Microsoft.AspNetCore.Mvc Namespace

Nested Namespaces

Microsoft.AspNetCore.Mvc.ApiExplorer
Microsoft.AspNetCore.Mvc.DataAnnotations
Microsoft.AspNetCore.Mvc.FunctionalTests
Microsoft.AspNetCore.Mvc.Internal
Microsoft.AspNetCore.Mvc.ModelBinding
Microsoft.AspNetCore.Mvc.Rendering
Microsoft.AspNetCore.Mvc.Routing
Microsoft.AspNetCore.Mvc.ViewFeatures

Classes

Name Description
AuditPointAttribute The attribute to specify auditlog point in HttpContext.
BadRequestObjectResult An ObjectResult that when executed will produce a Bad Request (400) response.
BadRequestResult A StatusCodeResult that when executed will produce a Bad Request (400) response.
BadRequestResultTests
CacheByPathAttribute
CacheByQueryAttribute
JavaScriptResult
NotFoundObjectResult An ObjectResult that when executed will produce a Not Found (404) response.