Skip to content

Commit ea5024f

Browse files
eddynakaBillWagner
authored andcommitted
updating nib links (#3383)
removing en-us
1 parent 8c52435 commit ea5024f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

xml/System.Net/WebPermission.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
The <xref:System.Net.WebPermission.ConnectList%2A> and <xref:System.Net.WebPermission.AcceptList%2A> hold the URIs to which you have granted access permission. To add a URI to either of these lists, use <xref:System.Net.WebPermission.AddPermission%2A>. If you pass <xref:System.Net.NetworkAccess.Accept> as the <xref:System.Net.NetworkAccess> parameter, the URI will be added to the <xref:System.Net.WebPermission.AcceptList%2A>. <xref:System.Net.WebPermission> will allow connections to your target class with URIs matching the <xref:System.Net.WebPermission.AcceptList%2A>.
5353
5454
> [!CAUTION]
55-
> To deny access to an Internet resource, you must deny access to all the possible paths to that resource. This requires calling <xref:System.Net.WebPermission.%23ctor%2A?displayProperty=nameWithType> with state parameter set to <xref:System.Security.CodeAccessPermission.Deny%2A>. A better approach is to allow access to the specific resource only. For more information about this subject, refer to the [NIB: Using the Deny Method](https://msdn.microsoft.com/library/6b4d2e01-c504-4ac3-b50e-d6f5e7f5df25) topic.
55+
> To deny access to an Internet resource, you must deny access to all the possible paths to that resource. This requires calling <xref:System.Net.WebPermission.%23ctor%2A?displayProperty=nameWithType> with state parameter set to <xref:System.Security.CodeAccessPermission.Deny%2A>. A better approach is to allow access to the specific resource only. For more information about this subject, refer to the [Using the Deny Method](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/hk3b9142(v=vs.100)) topic.
5656
5757
> [!NOTE]
5858
> You need to deny access using only the resource canonical path. There is no need to use all the path's syntactical variations.

xml/System.Web.Configuration/RootProfilePropertySettingsCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<format type="text/markdown"><![CDATA[
2626
2727
## Remarks
28-
The <xref:System.Web.Configuration.RootProfilePropertySettingsCollection> class is both a root-level <xref:System.Web.Configuration.ProfilePropertySettingsCollection> collection and a container for a <xref:System.Web.Configuration.ProfileGroupSettingsCollection> collection. These collections allow you to create named groups of more <xref:System.Web.Configuration.ProfilePropertySettingsCollection> collections, each containing individual named <xref:System.Web.Configuration.ProfilePropertySettings> objects. For more information about the profile features added to [!INCLUDE[vstecasplong](~/includes/vstecasplong-md.md)], see [NIB: ASP.NET Profile Properties](https://msdn.microsoft.com/library/06a7bf4a-a5a2-462d-9793-c79063a2018d).
28+
The <xref:System.Web.Configuration.RootProfilePropertySettingsCollection> class is both a root-level <xref:System.Web.Configuration.ProfilePropertySettingsCollection> collection and a container for a <xref:System.Web.Configuration.ProfileGroupSettingsCollection> collection. These collections allow you to create named groups of more <xref:System.Web.Configuration.ProfilePropertySettingsCollection> collections, each containing individual named <xref:System.Web.Configuration.ProfilePropertySettings> objects. For more information about the profile features added to [!INCLUDE[vstecasplong](~/includes/vstecasplong-md.md)], see [ASP.NET Profile Properties](https://docs.microsoft.com/previous-versions/dotnet/netframework-3.0/at64shx3(v=vs.85)).
2929
3030
The <xref:System.Web.Configuration.ProfileSection.PropertySettings%2A> property is a <xref:System.Web.Configuration.RootProfilePropertySettingsCollection> object that contains all the properties defined within the `properties` subsection of the `profile` section of the configuration file.
3131

xml/System.Web.UI/IResourceUrlGenerator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
- On using resources in localization, see [ASP.NET Web Page Resources Overview](https://msdn.microsoft.com/library/0936b3b2-9e6e-4abe-9c06-364efef9dbbd).
2323
24-
- On using embedded resources, see [NIB:How to: Use Resources to Set Property Values in Web Server Controls](https://msdn.microsoft.com/library/d8e0e5c0-1958-422b-b4f5-ebe63f6c45cb) and [How to: Retrieve Resource Values Programmatically](https://msdn.microsoft.com/library/7a06d512-6fc3-40ca-9cb6-7f41d1a9fa28).
24+
- On using embedded resources, see [How to: Use Resources to Set Property Values in Web Server Controls](https://docs.microsoft.com/previous-versions/dotnet/netframework-3.0/ms228093(v=vs.85)) and [How to: Retrieve Resource Values Programmatically](https://docs.microsoft.com/previous-versions/ms227982(v=vs.140)).
2525
2626
- On control designers, see [ASP.NET Control Designers Overview](https://docs.microsoft.com/previous-versions/aspnet/wxh45wzs(v=vs.100)).
2727

0 commit comments

Comments
 (0)