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
(discussed during the Atlanta .NET usersgroup meeting)
Consider a new property on resourcereference for the “instance” that provides immediate location of the contained/bundled item.
HAPI does this, it resolves within Bundle and from a resource to its contained resources. Will not resolve references to resources out of that scope, since that would involve "lazy loading" by doing http requests.
The text was updated successfully, but these errors were encountered:
Since I have now implemented this for resolving within an instance (say a Bundle) based on IElementNavigator. It might be possible to invoke this code from a Bundle or any resource, so let's investigate that.
(discussed during the Atlanta .NET usersgroup meeting)
Consider a new property on resourcereference for the “instance” that provides immediate location of the contained/bundled item.
HAPI does this, it resolves within Bundle and from a resource to its contained resources. Will not resolve references to resources out of that scope, since that would involve "lazy loading" by doing http requests.
The text was updated successfully, but these errors were encountered: