Show / Hide Table of Contents

Class RequestValidationMiddleware

Middleware для валидации пустых полей в запросе

Inheritance
object
RequestValidationMiddleware
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.WebApi.Middlewares
Assembly: NotifyHub.NotificationService.WebApi.dll
Syntax
public class RequestValidationMiddleware

Constructors

| Edit this page View Source

RequestValidationMiddleware(RequestDelegate)

Declaration
public RequestValidationMiddleware(RequestDelegate next)
Parameters
Type Name Description
RequestDelegate next

Methods

| Edit this page View Source

InvokeAsync(HttpContext)

Declaration
public Task InvokeAsync(HttpContext context)
Parameters
Type Name Description
HttpContext context
Returns
Type Description
Task
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX