Skip to content

Commit 297aca6

Browse files
v-maudelmairaw
authored andcommitted
C28837: Escaping link that should be shown as text to avoid broken content on localization. (#6354)
1 parent 472ffdf commit 297aca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/serialization/web-services-generics-serialization-technology-sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ms.assetid: cdc15ea4-f678-4729-8ebe-188ae720bef7
5252

5353
1. Open a browser window and select its address bar.
5454

55-
2. Type **http://localhost/[virtual directory]/Service.asmx**, where [virtual directory] represents the virtual directory you created when you built the sample.
55+
2. Type `http://localhost/[virtual directory]/Service.asmx`, where `[virtual directory]` represents the virtual directory you created when you built the sample.
5656

5757
## Remarks
5858
The sample displays a default ASP.NET page that contains links to the definition of the Web Service. You can customize the display in addition to modifying the source code for the Web service. For more information, see [Building XML Web Service Clients](https://msdn.microsoft.com/library/c606f3cb-4111-45b4-ae42-9300420fa16c).

0 commit comments

Comments
 (0)