다음을 통해 공유


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

속성 값

적용 대상