Skip to content

Commit ecf49b7

Browse files
Rick Andersonmairaw
authored andcommitted
Update HttpResponse.xml (dotnet#1207)
1 parent 0325f5f commit ecf49b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Web/HttpResponse.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3279,7 +3279,7 @@ Response.RedirectToRoutePermanent("Product",
32793279
<format type="text/markdown"><![CDATA[
32803280
32813281
## Remarks
3282-
The <xref:System.Web.HttpResponse.TrySkipIisCustomErrors%2A> property is used only when your application is hosted in IIS 7.0. When running in Classic mode in IIS 7.0 the <xref:System.Web.HttpResponse.TrySkipIisCustomErrors%2A> property default value is `true`. When running in Integrated mode, the <xref:System.Web.HttpResponse.TrySkipIisCustomErrors%2A> property default value is `false`.
3282+
The <xref:System.Web.HttpResponse.TrySkipIisCustomErrors%2A> property is used only when your application is hosted in IIS 7.0 and later. When running in Classic mode, the <xref:System.Web.HttpResponse.TrySkipIisCustomErrors%2A> property default value is `true`. When running in Integrated mode, the <xref:System.Web.HttpResponse.TrySkipIisCustomErrors%2A> property default value is `false`.
32833283
32843284
]]></format>
32853285
</remarks>
@@ -3691,4 +3691,4 @@ Response.RedirectToRoutePermanent("Product",
36913691
</Docs>
36923692
</Member>
36933693
</Members>
3694-
</Type>
3694+
</Type>

0 commit comments

Comments
 (0)