DatabaseErrorPageOptions Class

Options for the Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.DatabaseErrorPageMiddleware.

Namespace
Microsoft.AspNetCore.Builder
Assemblies
  • Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore

Syntax

public class DatabaseErrorPageOptions
class Microsoft.AspNetCore.Builder.DatabaseErrorPageOptions

Properties

Microsoft.AspNetCore.Builder.DatabaseErrorPageOptions.MigrationsEndPointPath

Gets or sets the path that Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.MigrationsEndPointMiddleware will listen for requests to execute migrations commands.

Return type:Microsoft.AspNetCore.Http.PathString
public virtual PathString MigrationsEndPointPath { get; set; }