/TimeSheetReporting/TimeSheetReporting/Bin/Debug/System.Windows.Controls.Navigation.xml
XML | 373 lines | 373 code | 0 blank | 0 comment | 0 complexity | d4aad1ac9f6a0ca8edd0bbafeb630909 MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<doc> 3 <assembly> 4 <name>System.Windows.Controls.Navigation</name> 5 </assembly> 6 <members> 7 <member name="T:System.Windows.Automation.Peers.FrameAutomationPeer"> 8 <summary>Exposes <see cref="T:System.Windows.Controls.Frame" /> types to UI automation.</summary> 9 </member> 10 <member name="M:System.Windows.Automation.Peers.FrameAutomationPeer.#ctor(System.Windows.Controls.Frame)"> 11 <summary>Initializes a new instance of the <see cref="T:System.Windows.Automation.Peers.FrameAutomationPeer" /> class. </summary> 12 <param name="owner">The <see cref="T:System.Windows.Controls.Frame" /> to associate with this <see cref="T:System.Windows.Automation.Peers.FrameAutomationPeer" />.</param> 13 </member> 14 <member name="M:System.Windows.Automation.Peers.FrameAutomationPeer.GetAutomationControlTypeCore"> 15 <summary>Gets the <see cref="T:System.Windows.Automation.Peers.AutomationControlType" /> for the element associated with this <see cref="T:System.Windows.Automation.Peers.FrameAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType" />.</summary> 16 <returns>A value of the enumeration.</returns> 17 </member> 18 <member name="M:System.Windows.Automation.Peers.FrameAutomationPeer.GetClassNameCore"> 19 <summary>Gets the name of the class for the object associated with this <see cref="T:System.Windows.Automation.Peers.FrameAutomationPeer" />. Called by <see cref="M:System.Windows.Automation.Peers.AutomationPeer.GetClassName" />.</summary> 20 <returns>A string value that represents the type of the frame.</returns> 21 </member> 22 <member name="M:System.Windows.Automation.Peers.FrameAutomationPeer.GetNameCore"></member> 23 <member name="T:System.Windows.Controls.Frame"> 24 <summary>Represents a control that supports navigation to and from Silverlight pages.</summary> 25 </member> 26 <member name="M:System.Windows.Controls.Frame.#ctor"> 27 <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.Frame" /> class. </summary> 28 </member> 29 <member name="P:System.Windows.Controls.Frame.CacheSize"> 30 <summary>Gets or sets the number of pages that can be cached for the frame.</summary> 31 <returns>The number of pages that can be cached for the frame. The default value is 10.</returns> 32 </member> 33 <member name="F:System.Windows.Controls.Frame.CacheSizeProperty"> 34 <summary>Identifies the <see cref="P:System.Windows.Controls.Frame.CacheSize" /> dependency property.</summary> 35 <returns>The identifier for the <see cref="P:System.Windows.Controls.Frame.CacheSize" /> dependency property.</returns> 36 </member> 37 <member name="P:System.Windows.Controls.Frame.CanGoBack"> 38 <summary>Gets a value that indicates whether there is at least one entry in the back navigation history.</summary> 39 <returns>true if there is at least one entry in the back navigation history; otherwise, false.</returns> 40 </member> 41 <member name="F:System.Windows.Controls.Frame.CanGoBackProperty"> 42 <summary>Identifies the <see cref="P:System.Windows.Controls.Frame.CanGoBack" /> dependency property.</summary> 43 <returns>The identifier for the <see cref="P:System.Windows.Controls.Frame.CanGoBack" /> dependency property.</returns> 44 </member> 45 <member name="P:System.Windows.Controls.Frame.CanGoForward"> 46 <summary>Gets a value that indicates whether there is at least one entry in the forward navigation history.</summary> 47 <returns>true if there is at least one entry in the forward navigation history; otherwise, false.</returns> 48 </member> 49 <member name="F:System.Windows.Controls.Frame.CanGoForwardProperty"> 50 <summary>Identifies the <see cref="P:System.Windows.Controls.Frame.CanGoForward" /> dependency property.</summary> 51 <returns>The identifier for the <see cref="P:System.Windows.Controls.Frame.CanGoForward" /> dependency property.</returns> 52 </member> 53 <member name="P:System.Windows.Controls.Frame.CurrentSource"> 54 <summary>Gets the uniform resource identifier (URI) of the content that is currently displayed.</summary> 55 <returns>A value that represents the URI of content that is currently displayed.</returns> 56 </member> 57 <member name="F:System.Windows.Controls.Frame.CurrentSourceProperty"> 58 <summary>Identifies the <see cref="P:System.Windows.Controls.Frame.CurrentSource" /> dependency property.</summary> 59 <returns>The identifier for the <see cref="P:System.Windows.Controls.Frame.CurrentSource" /> dependency property.</returns> 60 </member> 61 <member name="E:System.Windows.Controls.Frame.FragmentNavigation"> 62 <summary>Occurs when navigation to a content fragment begins.</summary> 63 </member> 64 <member name="M:System.Windows.Controls.Frame.GoBack"> 65 <summary>Navigates to the most recent entry in the back navigation history, or throws an exception if no entry exists in back navigation.</summary> 66 <exception cref="T:System.InvalidOperationException">There are no entries in the back navigation history.</exception> 67 </member> 68 <member name="M:System.Windows.Controls.Frame.GoForward"> 69 <summary>Navigates to the most recent entry in the forward navigation history, or throws an exception if no entry exists in forward navigation.</summary> 70 <exception cref="T:System.InvalidOperationException">There are no entries in the forward navigation history.</exception> 71 </member> 72 <member name="P:System.Windows.Controls.Frame.JournalOwnership"> 73 <summary>Gets or sets whether a frame is responsible for managing its own navigation history, or whether it integrates with the Web browser journal.</summary> 74 <returns>A value that specifies whether frame manages its own journal. The default value is <see cref="F:System.Windows.Navigation.JournalOwnership.Automatic" />.</returns> 75 <exception cref="T:System.InvalidOperationException">A nested frame or more than one frame attempts to integrate with browser journal.</exception> 76 </member> 77 <member name="F:System.Windows.Controls.Frame.JournalOwnershipProperty"> 78 <summary>Identifies the <see cref="P:System.Windows.Controls.Frame.JournalOwnership" /> dependency property.</summary> 79 <returns>The identifier for the <see cref="P:System.Windows.Controls.Frame.JournalOwnership" /> dependency property.</returns> 80 </member> 81 <member name="M:System.Windows.Controls.Frame.Navigate(System.Uri)"> 82 <summary>Navigates to the content specified by the uniform resource identifier (URI).</summary> 83 <returns>true if the navigation started successfully; otherwise, false.</returns> 84 <param name="source">The URI representing a page to display in the frame.</param> 85 </member> 86 <member name="E:System.Windows.Controls.Frame.Navigated"> 87 <summary>Occurs when the content that is being navigated to has been found and is available.</summary> 88 </member> 89 <member name="E:System.Windows.Controls.Frame.Navigating"> 90 <summary>Occurs when a new navigation is requested.</summary> 91 </member> 92 <member name="E:System.Windows.Controls.Frame.NavigationFailed"> 93 <summary>Occurs when an error is encountered while navigating to the requested content.</summary> 94 </member> 95 <member name="E:System.Windows.Controls.Frame.NavigationStopped"> 96 <summary>Occurs when a navigation is terminated by either calling the <see cref="M:System.Windows.Controls.Frame.StopLoading" /> method, or when a new navigation is requested while the current navigation is in progress.</summary> 97 </member> 98 <member name="M:System.Windows.Controls.Frame.OnApplyTemplate"> 99 <summary>Builds the visual tree for the <see cref="T:System.Windows.Controls.Frame" /> when a new template is applied.</summary> 100 </member> 101 <member name="M:System.Windows.Controls.Frame.OnCreateAutomationPeer"> 102 <summary>Returns a <see cref="T:System.Windows.Automation.Peers.FrameAutomationPeer" /> for use by the Silverlight automation infrastructure.</summary> 103 <returns>A <see cref="T:System.Windows.Automation.Peers.FrameAutomationPeer" /> for the <see cref="T:System.Windows.Controls.Frame" /> object.</returns> 104 </member> 105 <member name="P:System.Windows.Controls.Frame.Source"> 106 <summary>Gets or sets the uniform resource identifier (URI) of the current content or the content that is being navigated to.</summary> 107 <returns>A value that represents the URI of the current content or the content that is being navigated to.</returns> 108 </member> 109 <member name="F:System.Windows.Controls.Frame.SourceProperty"> 110 <summary>Identifies the <see cref="P:System.Windows.Controls.Frame.Source" /> dependency property.</summary> 111 <returns>The identifier for the <see cref="P:System.Windows.Controls.Frame.Source" /> dependency property.</returns> 112 </member> 113 <member name="M:System.Windows.Controls.Frame.StopLoading"> 114 <summary>Stops asynchronous navigations that have not yet been processed.</summary> 115 </member> 116 <member name="P:System.Windows.Controls.Frame.UriMapper"> 117 <summary>Gets or sets the object to manage converting a uniform resource identifier (URI) to another URI for this frame.</summary> 118 <returns>The object to convert URIs for this frame.</returns> 119 </member> 120 <member name="F:System.Windows.Controls.Frame.UriMapperProperty"> 121 <summary>Identifies the <see cref="P:System.Windows.Controls.Frame.UriMapper" /> dependency property.</summary> 122 <returns>The identifier for the <see cref="P:System.Windows.Controls.Frame.UriMapper" /> dependency property.</returns> 123 </member> 124 <member name="T:System.Windows.Controls.Page"> 125 <summary>Encapsulates content that can be navigated to by a <see cref="T:System.Windows.Controls.Frame" />.</summary> 126 </member> 127 <member name="M:System.Windows.Controls.Page.#ctor"> 128 <summary>Initializes a new instance of the <see cref="T:System.Windows.Controls.Page" /> class. </summary> 129 </member> 130 <member name="P:System.Windows.Controls.Page.NavigationCacheMode"> 131 <summary>Gets or sets a value that indicates whether this page is cached and whether it is cached indefinitely.</summary> 132 <returns>The value that specifies the caching behavior for this page.</returns> 133 </member> 134 <member name="P:System.Windows.Controls.Page.NavigationContext"> 135 <summary>Gets an object that contains information about the navigation request.</summary> 136 <returns>An object that contains information about the navigation request.</returns> 137 </member> 138 <member name="P:System.Windows.Controls.Page.NavigationService"> 139 <summary>Gets the service that the host used to navigate to this page.</summary> 140 <returns>The service the host used to navigate to this page.</returns> 141 </member> 142 <member name="M:System.Windows.Controls.Page.OnFragmentNavigation(System.Windows.Navigation.FragmentNavigationEventArgs)"> 143 <summary>Called when navigating to a fragment on a page.</summary> 144 <param name="e">An object that contains the event data.</param> 145 </member> 146 <member name="M:System.Windows.Controls.Page.OnNavigatedFrom(System.Windows.Navigation.NavigationEventArgs)"> 147 <summary>Called when a page is no longer the active page in a frame. </summary> 148 <param name="e">An object that contains the event data.</param> 149 </member> 150 <member name="M:System.Windows.Controls.Page.OnNavigatedTo(System.Windows.Navigation.NavigationEventArgs)"> 151 <summary>Called when a page becomes the active page in a frame. </summary> 152 <param name="e">An object that contains the event data.</param> 153 </member> 154 <member name="M:System.Windows.Controls.Page.OnNavigatingFrom(System.Windows.Navigation.NavigatingCancelEventArgs)"> 155 <summary>Called just before a page is no longer the active page in a frame.</summary> 156 <param name="e">An object that contains the event data.</param> 157 </member> 158 <member name="P:System.Windows.Controls.Page.Title"> 159 <summary>Gets or sets the name for the page.</summary> 160 <returns>The name for the page.</returns> 161 </member> 162 <member name="T:System.Windows.Navigation.FragmentNavigationEventArgs"> 163 <summary>Provides data for the <see cref="M:System.Windows.Controls.Page.OnFragmentNavigation(System.Windows.Navigation.FragmentNavigationEventArgs)" /> method and <see cref="E:System.Windows.Navigation.NavigationService.FragmentNavigation" /> event.</summary> 164 </member> 165 <member name="P:System.Windows.Navigation.FragmentNavigationEventArgs.Fragment"> 166 <summary>Gets the uniform resource identifier (URI) fragment.</summary> 167 <returns>The URI fragment. </returns> 168 </member> 169 <member name="T:System.Windows.Navigation.FragmentNavigationEventHandler"> 170 <summary>Represents the method that will handle the <see cref="E:System.Windows.Navigation.NavigationService.FragmentNavigation" /> event. </summary> 171 <param name="sender">The source of the event.</param> 172 <param name="e">The data for the event.</param> 173 </member> 174 <member name="T:System.Windows.Navigation.JournalOwnership"> 175 <summary>Specifies the type of journal used by the frame. </summary> 176 </member> 177 <member name="F:System.Windows.Navigation.JournalOwnership.Automatic"> 178 <summary>If the <see cref="T:System.Windows.Controls.Frame" /> control is a top-level frame, it integrates with the browser journal; otherwise, it maintains its own journal.</summary> 179 </member> 180 <member name="F:System.Windows.Navigation.JournalOwnership.OwnsJournal"> 181 <summary>The <see cref="T:System.Windows.Controls.Frame" /> maintains its own journal. This option can be used with any <see cref="T:System.Windows.Controls.Frame" />.</summary> 182 </member> 183 <member name="F:System.Windows.Navigation.JournalOwnership.UsesParentJournal"> 184 <summary>The <see cref="T:System.Windows.Controls.Frame" /> integrates with the browser journal. This option can be used only with a top-level <see cref="T:System.Windows.Controls.Frame" />; otherwise, an exception is thrown.</summary> 185 </member> 186 <member name="T:System.Windows.Navigation.NavigatedEventHandler"> 187 <summary>Represents the method that will handle the <see cref="E:System.Windows.Navigation.NavigationService.Navigated" /> event. </summary> 188 <param name="sender">The source of the event.</param> 189 <param name="e">The data for the event.</param> 190 </member> 191 <member name="T:System.Windows.Navigation.NavigatingCancelEventArgs"> 192 <summary>Provides data for the <see cref="M:System.Windows.Controls.Page.OnNavigatingFrom(System.Windows.Navigation.NavigatingCancelEventArgs)" /> method and the <see cref="E:System.Windows.Navigation.NavigationService.Navigating" /> event. </summary> 193 </member> 194 <member name="P:System.Windows.Navigation.NavigatingCancelEventArgs.NavigationMode"> 195 <summary>Gets a value that indicates the type of navigation that is occurring.</summary> 196 <returns>A value that indicates the type of navigation (<see cref="F:System.Windows.Navigation.NavigationMode.Back" />, <see cref="F:System.Windows.Navigation.NavigationMode.Forward" />, or <see cref="F:System.Windows.Navigation.NavigationMode.New" />) that is occurring.</returns> 197 </member> 198 <member name="P:System.Windows.Navigation.NavigatingCancelEventArgs.Uri"> 199 <summary>Gets the uniform resource identifier (URI) for the content that is being navigated to.</summary> 200 <returns>A value that represents the URI for the content.</returns> 201 </member> 202 <member name="T:System.Windows.Navigation.NavigatingCancelEventHandler"> 203 <summary>Represents the method that will handle the <see cref="E:System.Windows.Navigation.NavigationService.Navigating" /> event, which is a cancelable event. </summary> 204 <param name="sender">The source of the event.</param> 205 <param name="e">The data for the event.</param> 206 </member> 207 <member name="T:System.Windows.Navigation.NavigationCacheMode"> 208 <summary>Specifies how the page is cached when used within a frame.</summary> 209 </member> 210 <member name="F:System.Windows.Navigation.NavigationCacheMode.Disabled"> 211 <summary>The page is never cached and a new instance of the page is created on each visit.</summary> 212 </member> 213 <member name="F:System.Windows.Navigation.NavigationCacheMode.Required"> 214 <summary>The page is cached and the cached instance is reused for every visit regardless of the cache size for the frame.</summary> 215 </member> 216 <member name="F:System.Windows.Navigation.NavigationCacheMode.Enabled"> 217 <summary>The page is cached, but the cached instance is discarded when the size of the cache for the frame is exceeded.</summary> 218 </member> 219 <member name="T:System.Windows.Navigation.NavigationContext"> 220 <summary>Represents the state of a navigation operation.</summary> 221 </member> 222 <member name="P:System.Windows.Navigation.NavigationContext.QueryString"> 223 <summary>Gets a collection of query string values.</summary> 224 <returns>A collection that contains the query string values.</returns> 225 </member> 226 <member name="T:System.Windows.Navigation.NavigationEventArgs"> 227 <summary>Provides data for navigation methods and event handlers that cannot cancel the navigation request.</summary> 228 </member> 229 <member name="P:System.Windows.Navigation.NavigationEventArgs.Content"> 230 <summary>Gets the content of the target being navigated to.</summary> 231 <returns>An object that represents the target content.</returns> 232 </member> 233 <member name="P:System.Windows.Navigation.NavigationEventArgs.Uri"> 234 <summary>Gets the uniform resource identifier (URI) of the target.</summary> 235 <returns>A value that represents the URI.</returns> 236 </member> 237 <member name="T:System.Windows.Navigation.NavigationFailedEventArgs"> 238 <summary>Provides data for the <see cref="E:System.Windows.Navigation.NavigationService.NavigationFailed" /> event of the <see cref="T:System.Windows.Navigation.NavigationService" /> class and the <see cref="E:System.Windows.Controls.Frame.NavigationFailed" /> event of the <see cref="T:System.Windows.Controls.Frame" /> class.</summary> 239 </member> 240 <member name="P:System.Windows.Navigation.NavigationFailedEventArgs.Exception"> 241 <summary>Gets the error from the failed navigation.</summary> 242 <returns>A value that represents the error.</returns> 243 </member> 244 <member name="P:System.Windows.Navigation.NavigationFailedEventArgs.Handled"> 245 <summary>Gets or sets a value that indicates whether the failure event has been handled.</summary> 246 <returns>true if the event has been handled; otherwise, false.</returns> 247 </member> 248 <member name="P:System.Windows.Navigation.NavigationFailedEventArgs.Uri"> 249 <summary>Gets the uniform resource identifier (URI) for the content that could not be navigated to.</summary> 250 <returns>A value that represents the URI.</returns> 251 </member> 252 <member name="T:System.Windows.Navigation.NavigationFailedEventHandler"> 253 <summary>Represents the method that will handle the <see cref="E:System.Windows.Navigation.NavigationService.NavigationFailed" /> event. </summary> 254 <param name="sender">The source of the event.</param> 255 <param name="e">The data for the event.</param> 256 </member> 257 <member name="T:System.Windows.Navigation.NavigationMode"> 258 <summary>Specifies the type of navigation that is occurring. </summary> 259 </member> 260 <member name="F:System.Windows.Navigation.NavigationMode.New"> 261 <summary>Navigating to new content. This value is used when the <see cref="M:System.Windows.Navigation.NavigationService.Navigate(System.Uri)" /> method is called or when the <see cref="P:System.Windows.Navigation.NavigationService.Source" /> property is set. It is also used for any navigation request that the user initiates from the Web browser (including the back or forward buttons in a Web browser).</summary> 262 </member> 263 <member name="F:System.Windows.Navigation.NavigationMode.Back"> 264 <summary>Navigating to the most recent content in the back navigation history. This value is used when the <see cref="M:System.Windows.Navigation.NavigationService.GoBack" /> method is called.</summary> 265 </member> 266 <member name="F:System.Windows.Navigation.NavigationMode.Forward"> 267 <summary>Navigating to the most recent content in the forward navigation history. This value is used when the <see cref="M:System.Windows.Navigation.NavigationService.GoForward" /> method is called.</summary> 268 </member> 269 <member name="T:System.Windows.Navigation.NavigationService"> 270 <summary>Provides methods, properties, and events to support navigation within a Silverlight application.</summary> 271 </member> 272 <member name="P:System.Windows.Navigation.NavigationService.CanGoBack"> 273 <summary>Gets a value that indicates whether there is at least one entry in the back navigation history.</summary> 274 <returns>true if there is at least one entry in the back navigation history; otherwise, false.</returns> 275 </member> 276 <member name="P:System.Windows.Navigation.NavigationService.CanGoForward"> 277 <summary>Gets a value that indicates whether there is at least one entry in the forward navigation history.</summary> 278 <returns>true if there is at least one entry in the forward navigation history; otherwise, false.</returns> 279 </member> 280 <member name="P:System.Windows.Navigation.NavigationService.CurrentSource"> 281 <summary>Gets the uniform resource identifier (URI) of the content that is currently displayed.</summary> 282 <returns>A value that represents the URI of content that is currently displayed.</returns> 283 </member> 284 <member name="E:System.Windows.Navigation.NavigationService.FragmentNavigation"> 285 <summary>Occurs when navigation to a content fragment begins.</summary> 286 </member> 287 <member name="M:System.Windows.Navigation.NavigationService.GoBack"> 288 <summary>Navigates to the most recent entry in the back navigation history, or throws an exception if no entry exists in back navigation.</summary> 289 <exception cref="T:System.InvalidOperationException">There are no entries in the back navigation history.</exception> 290 </member> 291 <member name="M:System.Windows.Navigation.NavigationService.GoForward"> 292 <summary>Navigates to the most recent entry in the forward navigation history, or throws an exception if no entry exists in forward navigation.</summary> 293 <exception cref="T:System.InvalidOperationException">There are no entries in the forward navigation history.</exception> 294 </member> 295 <member name="M:System.Windows.Navigation.NavigationService.Navigate(System.Uri)"> 296 <summary>Navigates to the content specified by the uniform resource identifier (URI).</summary> 297 <returns>true if the navigation started successfully; otherwise, false.</returns> 298 <param name="source">The URI of the content to navigate to.</param> 299 </member> 300 <member name="E:System.Windows.Navigation.NavigationService.Navigated"> 301 <summary>Occurs when the content that is being navigated to has been found and is available.</summary> 302 </member> 303 <member name="E:System.Windows.Navigation.NavigationService.Navigating"> 304 <summary>Occurs when a new navigation is requested.</summary> 305 </member> 306 <member name="E:System.Windows.Navigation.NavigationService.NavigationFailed"> 307 <summary>Occurs when an error is encountered while navigating to the requested content.</summary> 308 </member> 309 <member name="E:System.Windows.Navigation.NavigationService.NavigationStopped"> 310 <summary>Occurs when the <see cref="M:System.Windows.Navigation.NavigationService.StopLoading" /> method is called, or when a new navigation is requested while the current navigation is in progress.</summary> 311 </member> 312 <member name="P:System.Windows.Navigation.NavigationService.Source"> 313 <summary>Gets or sets the uniform resource identifier (URI) of the current content or the content that is being navigated to.</summary> 314 <returns>A value that represents the URI of the current content or the content that is being navigated to.</returns> 315 </member> 316 <member name="M:System.Windows.Navigation.NavigationService.StopLoading"> 317 <summary>Stops asynchronous navigations that have not yet been processed.</summary> 318 </member> 319 <member name="T:System.Windows.Navigation.NavigationStoppedEventHandler"> 320 <summary>Represents the method that will handle the <see cref="E:System.Windows.Navigation.NavigationService.NavigationStopped" /> event. </summary> 321 <param name="sender">The source of the event.</param> 322 <param name="e">The data for the event.</param> 323 </member> 324 <member name="T:System.Windows.Navigation.UriMapper"> 325 <summary>Converts a uniform resource identifier (URI) into a new URI based on the rules of a matching object specified in a collection of mapping objects.</summary> 326 </member> 327 <member name="M:System.Windows.Navigation.UriMapper.#ctor"> 328 <summary>Initializes a new instance of the <see cref="T:System.Windows.Navigation.UriMapper" /> class. </summary> 329 </member> 330 <member name="M:System.Windows.Navigation.UriMapper.MapUri(System.Uri)"> 331 <summary>Converts a specified uniform resource identifier (URI) into a new URI based on the rules of a matching object in the <see cref="P:System.Windows.Navigation.UriMapper.UriMappings" /> collection.</summary> 332 <returns>A URI to use for handling the request instead of the value of the <paramref name="uri" /> parameter. If no object in the <see cref="P:System.Windows.Navigation.UriMapper.UriMappings" /> collection matches <paramref name="uri" />, the original value for <paramref name="uri" /> is returned.</returns> 333 <param name="uri">Original URI value to be converted to a new URI.</param> 334 <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Windows.Navigation.UriMapper.UriMappings" /> property is null.</exception> 335 </member> 336 <member name="P:System.Windows.Navigation.UriMapper.UriMappings"> 337 <summary>Gets a collection of objects that are used to convert a uniform resource identifier (URI) into a new URI.</summary> 338 <returns>A collection of objects that are used to convert URI values.</returns> 339 </member> 340 <member name="T:System.Windows.Navigation.UriMapperBase"> 341 <summary>Represents the base class for classes that convert a requested uniform resource identifier (URI) into a new URI based on mapping rules.</summary> 342 </member> 343 <member name="M:System.Windows.Navigation.UriMapperBase.#ctor"> 344 <summary>Initializes a new instance of the <see cref="T:System.Windows.Navigation.UriMapperBase" /> class. </summary> 345 </member> 346 <member name="M:System.Windows.Navigation.UriMapperBase.MapUri(System.Uri)"> 347 <summary>When overridden in a derived class, converts a requested uniform resource identifier (URI) to a new URI.</summary> 348 <returns>A URI to use for the request instead of the value in the <paramref name="uri" /> parameter.</returns> 349 <param name="uri">The original URI value to be mapped to a new URI.</param> 350 </member> 351 <member name="T:System.Windows.Navigation.UriMapping"> 352 <summary>Defines the pattern for converting a requested uniform resource identifier (URI) into a new URI.</summary> 353 </member> 354 <member name="M:System.Windows.Navigation.UriMapping.#ctor"> 355 <summary>Initializes a new instance of the <see cref="T:System.Windows.Navigation.UriMapping" /> class. </summary> 356 </member> 357 <member name="P:System.Windows.Navigation.UriMapping.MappedUri"> 358 <summary>Gets or sets the uniform resource identifier (URI) that is navigated to instead of the originally requested URI.</summary> 359 <returns>The URI that the requested URI is converted to.</returns> 360 </member> 361 <member name="M:System.Windows.Navigation.UriMapping.MapUri(System.Uri)"> 362 <summary>Converts the specified uniform resource identifier (URI) to a new URI, if the specified URI matches the defined template for converting.</summary> 363 <returns>The URI that has been converted or null if the URI cannot be converted.</returns> 364 <param name="uri">The URI to convert.</param> 365 <exception cref="T:System.InvalidOperationException"> 366 <see cref="P:System.Windows.Navigation.UriMapping.Uri" /> is null.-or-<see cref="P:System.Windows.Navigation.UriMapping.MappedUri" /> is null.-or-<see cref="P:System.Windows.Navigation.UriMapping.Uri" /> includes a query string.-or-<see cref="P:System.Windows.Navigation.UriMapping.Uri" /> includes a content fragment.</exception> 367 </member> 368 <member name="P:System.Windows.Navigation.UriMapping.Uri"> 369 <summary>Gets or sets the pattern to match when determining if the requested uniform resource identifier (URI) is converted to a mapped URI.</summary> 370 <returns>The URI that will be converted.</returns> 371 </member> 372 </members> 373</doc>