DatabaseErrorPageOptions.MigrationsEndPointPath Property

Definition

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

public:
 virtual property Microsoft::AspNetCore::Http::PathString MigrationsEndPointPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };
public virtual Microsoft.AspNetCore.Http.PathString MigrationsEndPointPath { get; set; }
member this.MigrationsEndPointPath : Microsoft.AspNetCore.Http.PathString with get, set
Public Overridable Property MigrationsEndPointPath As PathString

Property Value

Applies to