共用方式為


MigrationsEndPointOptions.Path 屬性

定義

取得或設定 路徑,這個 MigrationsEndPointMiddleware 路徑會接聽執行移轉命令的要求。

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

屬性值

適用於