You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not the cleanest code but i was trying to debug what was null.
I know that this is not the best way to handle Keywords or Description, but none the less, it looks like this is suppose to work and there is a problem fetching the resources for other attributes. I am updating from an older version where i used to use implicit localization and this worked, so this is kind a big issue for me.
Any help would be great. Thanks
The text was updated successfully, but these errors were encountered:
When using explicit localization only Title and Description attributes of a SiteMapNode are to localized properly. Any custom attributes return NULL.
Example SiteMapNode:
I am using my own HtmlHelper to write the keywords out to the view, but it always errors saying the value of metaKeywords is null.
Not the cleanest code but i was trying to debug what was null.
I know that this is not the best way to handle Keywords or Description, but none the less, it looks like this is suppose to work and there is a problem fetching the resources for other attributes. I am updating from an older version where i used to use implicit localization and this worked, so this is kind a big issue for me.
Any help would be great. Thanks
The text was updated successfully, but these errors were encountered: