Nucleus .Net Core CMS

PageModuleExtensions Class

Namespace: Nucleus.Extensions
Assembly: Nucleus.Extensions.dll
Extensions for the PageModule class.

Methods

BuildEditButton (PageModule,String,String,String,String) Method

BuildEditButton (PageModule moduleInfo, String text, String title, String formaction, String attributes)
Return an edit button for the specified module.
Parameters
Name Type
moduleInfo Nucleus.Abstractions.Models.PageModule
text String
title String
formaction String
attributes System.Collections.Generic.IDictionary<System.String

BuildDeleteButton (PageModule,String,String,String,String) Method

BuildDeleteButton (PageModule moduleInfo, String text, String title, String formaction, String attributes)
Return a delete button for the specified module.
Parameters
Name Type
moduleInfo Nucleus.Abstractions.Models.PageModule
text String
title String
formaction String
attributes System.Collections.Generic.IDictionary<System.String