次の方法で共有


RouteBase.Defaults プロパティ

定義

各ルート パラメーターの既定値を取得します。

public:  virtual property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ Defaults {  public:
Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); protected:
 void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public virtual Microsoft.AspNetCore.Routing.RouteValueDictionary Defaults { get; protected set; }
member this.Defaults : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Overridable Property Defaults As RouteValueDictionary

プロパティ値

適用対象