DatabaseErrorPageOptions.MigrationsEndPointPath プロパティ

定義

移行コマンドを実行する MigrationsEndPointMiddleware 要求をリッスンするパスを取得または設定します。

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

プロパティ値

適用対象