Click here to Skip to main content
15,892,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in my project i am using the page control that is
something like that
HTML
<page x:class="HBS.UI.Masters.Add.AddCategory" 
="" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" mc:ignorable="d" d:designwidth="300" title="ab">
<grid>
how to close this type of xaml page in wpf

What I have tried:

how to close the page.xaml. i tried to close that by using .close or .stop but both are not supporting in this close so how can close that one page.xaml
Posted
Updated 5-Dec-19 2:03am
v2
Comments
Maciej Los 16-Dec-19 15:46pm    
I have no idea what you are talking about... I think you should load another (empty) page.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900