Advertisement
cadrell0

IExportPageMetadata

Jun 16th, 2011
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.30 KB | None | 0 0
  1.     /// <summary>
  2.     /// A metadata contract used by a DynamicContentLoader to import Pages.
  3.     /// </summary>
  4.     public interface IExportPageMetadata
  5.     {
  6.         /// <summary>
  7.         /// The Uri used to navigate to the page.
  8.         /// </summary>
  9.         string NavigateUri { get; }
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement