Skip to content

Commit

Permalink
Merge pull request #30430 from dotnet/Rick-Anderson-patch-7
Browse files Browse the repository at this point in the history
Update introduction-to-aspnet-core.md
  • Loading branch information
Rick-Anderson authored Sep 21, 2023
2 parents c5f1534 + 780bb07 commit 3ae317b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aspnetcore/introduction-to-aspnet-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ To change the sample to run the `ExpandDefault` scenario, define the `ExpandDefa

For more information on using [C# preprocessor directives](/dotnet/csharp/language-reference/preprocessor-directives/) to selectively compile sections of code, see [#define (C# Reference)](/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-define) and [#if (C# Reference)](/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-if).

### Regions in sample code
<!-- ### Regions in sample code

Some sample apps contain sections of code surrounded by [#region](/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-region) and [#endregion](/dotnet/csharp/language-reference/preprocessor-directives/preprocessor-endregion) C# directives. The documentation build system injects these regions into the rendered documentation topics.

Expand All @@ -228,7 +228,7 @@ The preceding C# code snippet is referenced in the topic's markdown file with th

You may safely ignore (or remove) the `#region` and `#endregion` directives that surround the code. Don't alter the code within these directives if you plan to run the sample scenarios described in the topic. Feel free to alter the code when experimenting with other scenarios.

For more information, see [Contribute to the ASP.NET documentation: Code snippets](https://github.com/dotnet/AspNetCore.Docs/blob/main/CONTRIBUTING.md#code-snippets).
For more information, see [Contribute to the ASP.NET documentation: Code snippets](https://github.com/dotnet/AspNetCore.Docs/blob/main/CONTRIBUTING.md#code-snippets). -->

## Breaking changes and security advisories

Expand Down

0 comments on commit 3ae317b

Please sign in to comment.