Skip to content

FolderEndpoints

Namespace: MJCZone.MediaMatic.AspNetCore.Endpoints

Assembly: MJCZone.MediaMatic.AspNetCore

Summary

Extension methods for registering MediaMatic folder endpoints.

static public

Contents

Methods (5)

Methods

MapMediaMaticFolderEndpoints

Maps all MediaMatic folder endpoints to the specified route builder.

csharp
IEndpointRouteBuilder MapMediaMaticFolderEndpoints(
    IEndpointRouteBuilder app,
    string basePath)

Parameters

  • app (IEndpointRouteBuilder) - The route builder.
  • basePath (string) - The base path for the API endpoints. Defaults to "/api/mm".

Returns

Type: IEndpointRouteBuilder

The route builder for method chaining.

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()