Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Example block for displaying recommended content on a page.

License

Notifications You must be signed in to change notification settings

episerver/ContentRecommendationBlock

Repository files navigation

ContentRecommendationBlock

Example block for displaying recommended content on a page.

Create NuGet package

run build\buildNugetPackage.bat to create NuGet package

Installation

Add the following route config

            System.Web.Http.GlobalConfiguration.Configure(config =>
            {
                config.MapHttpAttributeRoutes();
                config.Routes.MapHttpRoute(name: "DefaultApi", routeTemplate: "api/{controller}/{action}", defaults: new { id = RouteParameter.Optional });
            });

About

Example block for displaying recommended content on a page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages