Namespace Cuemon.Extensions.AspNetCore.Mvc
Assembly: Cuemon.Extensions.AspNetCore.Mvc.dll
The Cuemon.Extensions.AspNetCore.Mvc
namespace contains both types and extension methods that complements the Cuemon.AspNetCore.Mvc
namespace while being an addition to Microsoft.AspNetCore.Mvc
namespace.
Availability: .NET 9 and .NET 8
Complements: Cuemon.AspNetCore.Mvc namespace 📘
Extension Methods
Type | Ext | Methods |
---|---|---|
Object | ⬇️ | WithLastModifiedHeader{T} , WithEntityTagHeader{T} , WithCacheableHeaders{T} |
ViewDataDictionary | ⬇️ | AddBreadcrumbs{T} , GetBreadcrumbs |
Classes
CacheableObjectResultExtensions
Extension methods for the ICacheableObjectResult interface.
ViewDataDictionaryExtensions
Extension methods for the Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary class. Experimental.