Skip to content

Commit c9ba499

Browse files
gauravgoyal5VesaJuvonen
authored andcommitted
Updating word .Net (#4128)
Updating word ".Net" to ".NET".
1 parent b38f4a1 commit c9ba499

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/transform/modernize-userinterface-site-pages-dotnet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Transform classic pages to modern client-side pages using .Net
3-
description: Explains how to transform classic wiki and web part pages into modern client side pages using the SharePoint .Net
2+
title: Transform classic pages to modern client-side pages using .NET
3+
description: Explains how to transform classic wiki and web part pages into modern client side pages using the SharePoint .NET
44
ms.date: 06/06/2019
55
ms.prod: sharepoint
66
localization_priority: Normal
77
---
88

9-
# Transforming to modern site pages using .Net
9+
# Transforming to modern site pages using .NET
1010

1111
> [!IMPORTANT]
1212
> The SharePoint PnP Modernization framework is continuously evolving, checkout [the release notes](https://github.com/SharePoint/sp-dev-modernization/tree/master/Tools/SharePoint.Modernization/Modernization%20Framework%20release%20notes.md) to stay up to date on the latest changes. If you encounter problems please file an issue in the [sp-dev-modernization GitHub issue list](https://github.com/SharePoint/sp-dev-modernization/issues).
@@ -212,7 +212,7 @@ using (var cc = new ClientContext(siteUrl))
212212
213213
### I want to use the logging features (as of April 2019 release, version 1.0.1904.*)
214214

215-
By default there are three possible log observers (Console, Markdown and MarkdownToSharePoint). The latter two create an MD based report and put them on disk or in SharePoint as a client side page, whereas the first one simply outputs console messages. Below sample shows how you can use the loggers from .Net:
215+
By default there are three possible log observers (Console, Markdown and MarkdownToSharePoint). The latter two create an MD based report and put them on disk or in SharePoint as a client side page, whereas the first one simply outputs console messages. Below sample shows how you can use the loggers from .NET:
216216

217217
```csharp
218218
string siteUrl = "https://contoso.sharepoint.com/sites/mytestportal";

0 commit comments

Comments
 (0)