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

プロパティ値

適用対象