Share via


HelpController.Api Method (String)

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Controllers
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public IHttpActionResult Api(
    string apiId
)
public:
IHttpActionResult^ Api(
    String^ apiId
)
member Api : 
        apiId:string -> IHttpActionResult
Public Function Api (
    apiId As String
) As IHttpActionResult

Parameters

Return Value

Type: System.Web.Http.IHttpActionResult

Returns IHttpActionResult.

See Also

HelpController Class
Microsoft.WindowsAzure.Mobile.Service.Controllers Namespace

Return to top