Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Masterpage and property
I have to Questions.
First is it possible in the Master Template to get the Property from the Website.
And when is it possible How?
Secode Question.
How i set in the Masterpage the Tape Icone
Hi Michael
With umbraco you can access everything from everywhere.
1) Look at traversing with Umbraco - https://our.umbraco.org/documentation/reference/templating/mvc/querying There a a lot of methods for accessing, or share with us your structure and we will find solution together
2) Do you want to change icon of template in Umbraco? in the settings sectio? You can't do that.
Thanks,
Alex
1) I try the first but is not work my solution is now this Model.Content.Properties.Where(x=>x.PropertyTypeAlias== "mainPage");
This is working but not very nice. Is there a better solution.
2) My Custion is about how can i set the *.ico for the tap like this
thanks for help
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Masterpage and property
Masterpage and property
I have to Questions.
First is it possible in the Master Template to get the Property from the Website.
And when is it possible How?
Secode Question.
How i set in the Masterpage the Tape Icone
Hi Michael
With umbraco you can access everything from everywhere.
1) Look at traversing with Umbraco - https://our.umbraco.org/documentation/reference/templating/mvc/querying There a a lot of methods for accessing, or share with us your structure and we will find solution together
2) Do you want to change icon of template in Umbraco? in the settings sectio? You can't do that.
Thanks,
Alex
1) I try the first but is not work my solution is now this Model.Content.Properties.Where(x=>x.PropertyTypeAlias== "mainPage");
This is working but not very nice. Is there a better solution.
2) My Custion is about how can i set the *.ico for the tap like this
thanks for help
is working on a reply...