Developer forum

Forum » Templates » Dynamicweb.Frontend.Page.get_Value()

Dynamicweb.Frontend.Page.get_Value()

Martin Grønbekk Moen
Reply

Are there any lists of which keys that are available in Dynamicweb.Frontend.Page.get_Value()?
All I know is this one get_Value("pagemenutext") but there should be a list of all available keys.

 


Replies

 
Sten Hougaard
Reply
This post has been marked as an answer

Hi Martin,

Actually the Page Class is documented in the Dynamicweb 8 Documentation here on developer. It is a .net class as therefore you can in Razor coding in C# access all the methods and properties using standard .NET notation. You will find information about Page Class here. There you will also be able to find the MenuText property, so I guess that all the other properties should be located in the documentation.

You can also find some usefull Razor related information on the Github page

/Sten Hougaard

Twitter: @netsi1964

#hireMe - I am looking for a new job, so if you need an experienced front-end developer, please contact me: netsi1964@gmail.com

Votes for this answer: 1
 
Martin Grønbekk Moen
Reply

Perfect, thanks!

 
Sten Hougaard
Reply

Great - Oh, I forgot to mention that if you have Visual Studio on Windows or if you are on Mac you could use Xamarin Studio to make a reference to any DLL and then get some reverse engeniered source code from say Dynamicweb.DLL. Then you can "peek around" the source code of Dynamicweb and discover interesting things including the Classes like the one you were looking for properties on. I made a video and converted it into a GIF animation (wonder if it will upload here). It shows Xamarin Studio on OS X :-)

Here I am peeking around the Dynamicweb.DLL

 

/Sten Hougaard

Twitter: @netsi1964

#hireMe - I am looking for a new job, so if you need an experienced front-end developer, please contact me: netsi1964@gmail.com

 

You must be logged in to post in the forum