共用方式為


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

屬性值

適用於