MigrationsEndPointOptions Class

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

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

Syntax

public class MigrationsEndPointOptions
class Microsoft.AspNetCore.Builder.MigrationsEndPointOptions

Properties

Microsoft.AspNetCore.Builder.MigrationsEndPointOptions.Path

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

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

Fields

DefaultPath()

The default value for Microsoft.AspNetCore.Builder.MigrationsEndPointOptions.Path.

Return type:Microsoft.AspNetCore.Http.PathString
public static PathString DefaultPath