MigrationsEndPointOptions.Path Propiedad

Definición

Obtiene o establece la ruta de acceso que MigrationsEndPointMiddleware escuchará las solicitudes para ejecutar comandos de migraciones.

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

Valor de propiedad

Se aplica a