How to display the contents of my ASP.NET custom module created inside orchard CMS? #16645
Unanswered
PaariLaishram
asked this question in
Q&A
Replies: 1 comment
-
The link you are referring to is Orchard 1, try to follow Orchard Core docs https://docs.orchardcore.net/
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to integrate my ASP.NET project with orchard. I have got an ASP.NET custom module created inside my Orchard CMS by following the steps provided over here. I can see the contents of this module when I go to the custom module route (/helloWorld). But how do I convert this custom module to an orchard content like the default 'Welcome to Orchard' content with view and editing features.
I tried creating a content from Ochard CMS > Content > Create New Content but i figured out this was actually creating a new content through orchard and not taking my custom module code
Beta Was this translation helpful? Give feedback.
All reactions