Table of Contents

Class EndpointController

Namespace
Oqtane.Controllers
Assembly
Oqtane.Server.dll
[Route("api/[controller]")]
public class EndpointController : Controller
Inheritance
object
ControllerBase
Controller
EndpointController

Constructors

EndpointController(IEnumerable<EndpointDataSource>)

public EndpointController(IEnumerable<EndpointDataSource> endpointSources)

Parameters

endpointSources IEnumerable<EndpointDataSource>

Methods

Get()

[HttpGet]
[Authorize(Roles = "Host Users")]
public ActionResult Get()

Returns

ActionResult