次の方法で共有


ApiParameterDescription.RouteInfo プロパティ

定義

ApiParameterRouteInfo を取得または設定します。

public:
 property Microsoft::AspNetCore::Mvc::ApiExplorer::ApiParameterRouteInfo ^ RouteInfo { Microsoft::AspNetCore::Mvc::ApiExplorer::ApiParameterRouteInfo ^ get(); void set(Microsoft::AspNetCore::Mvc::ApiExplorer::ApiParameterRouteInfo ^ value); };
public Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterRouteInfo RouteInfo { get; set; }
public Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterRouteInfo? RouteInfo { get; set; }
member this.RouteInfo : Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterRouteInfo with get, set
Public Property RouteInfo As ApiParameterRouteInfo

プロパティ値

適用対象