3 references to DefaultPath
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (3)
DatabaseErrorPageOptions.cs (1)
19
public virtual PathString MigrationsEndPointPath { get; set; } = MigrationsEndPointOptions.
DefaultPath
;
MigrationsEndPointExtensions.cs (1)
16
/// Processes requests to execute migrations operations. The middleware will listen for requests made to <see cref="MigrationsEndPointOptions.
DefaultPath
"/>.
MigrationsEndPointOptions.cs (1)
24
public virtual PathString Path { get; set; } =
DefaultPath
;