Share via


HelpController.Index Method ()

 

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

Syntax

public IHttpActionResult Index()
public:
IHttpActionResult^ Index()
member Index : unit -> IHttpActionResult
Public Function Index As IHttpActionResult

Return Value

Type: System.Web.Http.IHttpActionResult

Returns IHttpActionResult.

See Also

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

Return to top