Skip to content

Commit e5b68a6

Browse files
984779: Update the project name
1 parent cd9ce98 commit e5b68a6

File tree

1 file changed

+5
-5
lines changed
  • Document-Processing/PDF/Smart-PDF-Viewer/blazor/getting-started

1 file changed

+5
-5
lines changed

Document-Processing/PDF/Smart-PDF-Viewer/blazor/getting-started/wpf-app.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Create a WPF desktop project (not a WPF Blazor HybridApp) using the .NET CLI in
4646
{% tabs %}
4747
{% highlight c# tabtitle="WPF Blazor HybridApp" %}
4848

49-
dotnet new wpf -n WpfBlazorHybridApp
49+
dotnet new wpf -n WPFBlazorHybridApp
5050

5151
{% endhighlight %}
5252
{% endtabs %}
@@ -158,7 +158,7 @@ using Microsoft.Extensions.AI;
158158
using Syncfusion.Blazor;
159159
using Syncfusion.Blazor.AI;
160160
using System.ClientModel;
161-
namespace BlazorWPF
161+
namespace WPFBlazorHybridApp;
162162
{
163163
public partial class MainWindow : Window
164164
{
@@ -241,13 +241,13 @@ Create a Razor component (for example, Main.razor) in the project and add the Sy
241241
* Embed the BlazorWebView control, set HostPage to wwwroot/index.html, and map a RootComponent that matches the Razor component type and the selector in index.html (#app).
242242

243243
```xaml
244-
<Window x:Class="BlazorWPF.MainWindow"
244+
<Window x:Class="WPFBlazorHybridApp.MainWindow"
245245
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
246246
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
247247
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
248248
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
249249
xmlns:blazor="clr-namespace:Microsoft.AspNetCore.Components.WebView.Wpf;assembly=Microsoft.AspNetCore.Components.WebView.Wpf"
250-
xmlns:local="clr-namespace:BlazorWPF"
250+
xmlns:local="clr-namespace:WPFBlazorHybridApp"
251251
mc:Ignorable="d"
252252
Title="MainWindow" Height="450" Width="800">
253253
<Grid>
@@ -268,7 +268,7 @@ Run the WPF application. The Syncfusion&reg; Blazor Smart PDF Viewer renders ins
268268

269269
![WPF Blazor HybridApp Smart PDF Viewer rendering in browser](../images/blazor-hybrid-wpf-sfsmartpdfviewer.png)
270270

271-
>[View the sample on GitHub](https://github.com/SyncfusionExamples/blazor-smart-pdf-viewer-examples/tree/master/GettingStartedWPF).
271+
>[View the sample on GitHub](https://github.com/SyncfusionExamples/blazor-smart-pdf-viewer-examples/tree/master/GettingStartedWPFApp).
272272
273273
## See also
274274

0 commit comments

Comments
 (0)