Condividi tramite


ContentController.IndexPublic(String) Metodo

Definizione

[System.Web.Http.AllowAnonymous]
[System.Web.Http.HttpGet]
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> IndexPublic (string path = default);
[<System.Web.Http.AllowAnonymous>]
[<System.Web.Http.HttpGet>]
member this.IndexPublic : string -> System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage>
Public Function IndexPublic (Optional path As String = Nothing) As Task(Of HttpResponseMessage)

Parametri

path
String

Restituisce

Attributi
System.Web.Http.AllowAnonymousAttribute System.Web.Http.HttpGetAttribute

Si applica a