Umbraco Commerce Builder
Learn more about the different options for configured Umbraco Commerce.
When it comes to configuring and extending Umbraco Commerce, such as by registering your own event handlers, we achieve this with the IUmbracoCommerceBuilder
interface that can be accessed via a delegate function passed into the AddUmbracoCommerce()
extension method called on the IUmbracoBuilder
interface when explicitly registering Umbraco Commerce.
Registering Dependencies
As per the Dependency Injection docs, whilst you can register your dependencies directly within this configuration delegate, you may prefer to group your dependencies registration code into an extension method.
Last updated
Was this helpful?