次の方法で共有


HelpController.Api(String) メソッド

定義

[System.Web.Http.HttpGet]
public System.Web.Http.IHttpActionResult Api (string apiId);
[<System.Web.Http.HttpGet>]
member this.Api : string -> System.Web.Http.IHttpActionResult
Public Function Api (apiId As String) As IHttpActionResult

パラメーター

apiId
String

戻り値

System.Web.Http.IHttpActionResult
属性
System.Web.Http.HttpGetAttribute

適用対象