You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Web.Services.Discovery/DiscoveryDocumentReference.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@
275
275
<formattype="text/markdown"><![CDATA[
276
276
277
277
## Remarks
278
-
For most references, the <xref:System.Web.Services.Discovery.DiscoveryDocumentReference.Ref%2A> property is a URL, such as http://www.contoso.com/MyWebService.disco.
278
+
For most references, the <xref:System.Web.Services.Discovery.DiscoveryDocumentReference.Ref%2A> property is a URL, such as `http://www.contoso.com/MyWebService.disco`.
Copy file name to clipboardExpand all lines: xml/System.Web.UI.DataVisualization.Charting/LegendItem.xml
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -859,9 +859,12 @@
859
859
If you set the <xref:System.Web.UI.DataVisualization.Charting.LegendItem.MapAreaAttributes%2A> property, a client-side image map will automatically be created. A map area will also be created, with its attribute string appended to the \<map> tag that corresponds to the chart object for which this property is being set.
860
860
861
861
For example, setting the Target attribute using this property and the <xref:System.Web.UI.DataVisualization.Charting.LegendItem.Url%2A> property of the first data point will result in HTML code that is similar to the following code:
Because the entire string is appended to the \<map> tag, multiple attributes should be separated with a space.
866
869
867
870
The <xref:System.Web.UI.DataVisualization.Charting.LegendItem.MapAreaAttributes%2A> property can be used in conjunction with the <xref:System.Web.UI.DataVisualization.Charting.LegendItem.Url%2A> property to specify map area attributes, for example, target= _blank, as well as client-side event handlers, for example, OnClick="MyEvent()".
@@ -1733,8 +1736,11 @@
1733
1736
## Remarks
1734
1737
If you set this property, a client-side image map will be automatically created. A map area will also be created with its HREF attribute set to the specified anchor or URL. This map area will also use the dimensions that correspond to the relevant chart element. For example, if the <xref:System.Web.UI.DataVisualization.Charting.LegendItem.Url%2A> property is set for a data point, then HTML code similar to the following will be generated at run time:
Setting this property will have no effect if the <xref:System.Web.UI.DataVisualization.Charting.Chart.IsMapEnabled%2A> property is set to `false`. The default value is `true`.
Copy file name to clipboardExpand all lines: xml/System.Web.UI.DataVisualization.Charting/MapArea.xml
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -403,7 +403,10 @@
403
403
## Remarks
404
404
If you set this property, a client-side image map will be automatically created, and a map area will be created with the attribute string appended to the \<MAP> tag that corresponds to the <xref:System.Web.UI.DataVisualization.Charting.Chart> object that this property is being set for. For example, setting the Target attribute using this property and setting the `Url` property of the first data point will result in HTML code that is similar to the following:
Because the entire string is appended to the \<MAP> tag, multiple attributes should be separated with a space.
409
412
@@ -665,9 +668,12 @@
665
668
666
669
## Remarks
667
670
When you set this property, a client-side image map will automatically be created, and a map area will be created with the HREF attribute set to the specified anchor or URL. This map area will also use the dimensions that correspond to the relevant chart element. For example, if the HREF property is set for a data point, then HTML code similar to the following will be generated at run time:
Setting this property will have no effect if the <xref:System.Web.UI.DataVisualization.Charting.Chart.IsMapEnabled%2A> property is set to `false`. The default value is `true`.
Copy file name to clipboardExpand all lines: xml/System.Web.UI.MobileControls/Link.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@
60
60
<formattype="text/markdown"><![CDATA[
61
61
62
62
## Remarks
63
-
On all devices, the link is rendered in such a way that the <xref:System.Web.UI.MobileControls.TextControl.Text%2A> property displays on the device to the user. When the user invokes the link, the browser navigates to the specified <xref:System.Web.UI.MobileControls.Link.NavigateUrl%2A> property. The application must contain code that verifies that a link is browsable on a particular device. For example, the link http://www.microsoft.com is not browsable on a WML-capable device.
63
+
On all devices, the link is rendered in such a way that the <xref:System.Web.UI.MobileControls.TextControl.Text%2A> property displays on the device to the user. When the user invokes the link, the browser navigates to the specified <xref:System.Web.UI.MobileControls.Link.NavigateUrl%2A> property. The application must contain code that verifies that a link is browsable on a particular device. For example, the link <http://www.microsoft.com> is not browsable on a WML-capable device.
64
64
65
65
If the <xref:System.Web.UI.MobileControls.TextControl.Text%2A> property is empty, the value in the <xref:System.Web.UI.MobileControls.Link.NavigateUrl%2A> property is also used for the <xref:System.Web.UI.MobileControls.TextControl.Text%2A> property. Specifically, when the text writer renders a link, it first checks the <xref:System.Web.UI.MobileControls.TextControl.Text%2A> property for the text to display; if that property is empty, it displays the value of the <xref:System.Web.UI.MobileControls.Link.NavigateUrl%2A> property.
Copy file name to clipboardExpand all lines: xml/System.Web.UI/Control.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -341,7 +341,7 @@
341
341
<formattype="text/markdown"><![CDATA[
342
342
343
343
## Remarks
344
-
The <xref:System.Web.UI.Control.AppRelativeTemplateSourceDirectory%2A> property contains the application-relative path to the page or user control that contains the current control. For example, if the Web page resides at http://www.contoso.com/application/subdirectory, the <xref:System.Web.UI.Control.AppRelativeTemplateSourceDirectory%2A> property returns "~/subdirectory".
344
+
The <xref:System.Web.UI.Control.AppRelativeTemplateSourceDirectory%2A> property contains the application-relative path to the page or user control that contains the current control. For example, if the Web page resides at `http://www.contoso.com/application/subdirectory`, the <xref:System.Web.UI.Control.AppRelativeTemplateSourceDirectory%2A> property returns "~/subdirectory".
345
345
346
346
To return the virtual path ("application/subdirectory"), use the <xref:System.Web.UI.Control.TemplateSourceDirectory%2A> property.
The <xref:System.Web.UI.Control.TemplateSourceDirectory%2A> property specifies the path to the page or user control that contains the current control. For example, if the Web page resides at http://www.contoso.com/application/subdirectory, the <xref:System.Web.UI.Control.TemplateSourceDirectory%2A> property returns "application/subdirectory".
4421
+
The <xref:System.Web.UI.Control.TemplateSourceDirectory%2A> property specifies the path to the page or user control that contains the current control. For example, if the Web page resides at `http://www.contoso.com/application/subdirectory`, the <xref:System.Web.UI.Control.TemplateSourceDirectory%2A> property returns "application/subdirectory".
4422
4422
4423
4423
To return the application-relative virtual path ("~/subdirectory"), use the <xref:System.Web.UI.Control.AppRelativeTemplateSourceDirectory%2A> property.
Copy file name to clipboardExpand all lines: xml/System.Web.UI/Page.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -814,7 +814,7 @@
814
814
<formattype="text/markdown"><![CDATA[
815
815
816
816
## Remarks
817
-
The <xref:System.Web.UI.Page.ClientQueryString%2A> property contains the query string portion of the URL requested by the browser. For example, if the requested URL is "http://www.contoso.com/default.aspx?id=100", the <xref:System.Web.UI.Page.ClientQueryString%2A> property will contain "id=100". The <xref:System.Web.UI.Page.ClientQueryString%2A> property is encoded; use the <xref:System.Web.HttpServerUtility.UrlDecode%2A?displayProperty=nameWithType> method to decode the query string.
817
+
The <xref:System.Web.UI.Page.ClientQueryString%2A> property contains the query string portion of the URL requested by the browser. For example, if the requested URL is `http://www.contoso.com/default.aspx?id=100`, the <xref:System.Web.UI.Page.ClientQueryString%2A> property will contain "id=100". The <xref:System.Web.UI.Page.ClientQueryString%2A> property is encoded; use the <xref:System.Web.HttpServerUtility.UrlDecode%2A?displayProperty=nameWithType> method to decode the query string.
Copy file name to clipboardExpand all lines: xml/System.Web.UI/ViewStateException.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@
205
205
<formattype="text/markdown"><![CDATA[
206
206
207
207
## Remarks
208
-
This property returns the same value as the `PATH_INFO` variable in the <xref:System.Web.HttpRequest.ServerVariables%2A> property. It returns the portion of the path after the host name. For example, in the URL http://www.contoso.com/virdir/page.html, <xref:System.Web.UI.ViewStateException.Path%2A> would return /virdir/page.html.
208
+
This property returns the same value as the `PATH_INFO` variable in the <xref:System.Web.HttpRequest.ServerVariables%2A> property. It returns the portion of the path after the host name. For example, in the URL `http://www.contoso.com/virdir/page.html`, <xref:System.Web.UI.ViewStateException.Path%2A> would return /virdir/page.html.
0 commit comments