Skip to content

Commit e538c44

Browse files
Merge pull request #1541 from syncfusion-content/984774-blazor-pv
984774: Resolve the automation failures
2 parents 5cae53f + 4019d31 commit e538c44

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The WinForms project must target Windows and enable WinForms. A typical project
104104
Create a `Component` folder, add an `_Imports.razor` file in it, and include the required component namespaces within that folder.
105105

106106
{% tabs %}
107-
{% highlight razor tabtitle="~/_Imports.razor" %}
107+
{% highlight razor tabtitle="~/_Imports.razor" %}
108108

109109
@using Microsoft.AspNetCore.Components.Web
110110
@using Syncfusion.Blazor.SfPdfViewer

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The WPF project must target Windows and enable WPF. A typical project file looks
103103
Create an `_Imports.razor` and add the component namespace
104104

105105
{% tabs %}
106-
{% highlight razor tabtitle="~/_Imports.razor" %}
106+
{% highlight razor tabtitle="~/_Imports.razor" %}
107107

108108
@using Microsoft.AspNetCore.Components.Web
109109
@using Syncfusion.Blazor.SfPdfViewer

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The WinForms project must target Windows and enable WinForms. A typical project
104104
Create a `Component` folder, add an `_Imports.razor` file in it, and include the required component namespaces within that folder.
105105

106106
{% tabs %}
107-
{% highlight razor tabtitle="~/_Imports.razor" %}
107+
{% highlight razor tabtitle="~/_Imports.razor" %}
108108

109109
@using Microsoft.AspNetCore.Components.Web
110110
@using Syncfusion.Blazor.SmartPdfViewer

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The WPF project must target Windows and enable WPF. A typical project file looks
103103
Create an `_Imports.razor` and add the component namespace
104104

105105
{% tabs %}
106-
{% highlight razor tabtitle="~/_Imports.razor" %}
106+
{% highlight razor tabtitle="~/_Imports.razor" %}
107107

108108
@using Microsoft.AspNetCore.Components.Web
109109
@using Syncfusion.Blazor.SmartPdfViewer

0 commit comments

Comments
 (0)