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
* Restored more enumeration member remarks
* Apply suggestions from code review
Thanks for the careful review, @mairaw!
Co-Authored-By: Maira Wenzel <[email protected]>
* Added omitted text
* fixed broken link
Copy file name to clipboardExpand all lines: xml/System.Web.UI.WebControls.WebParts/PersonalizationScope.xml
+2-18Lines changed: 2 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,7 @@
56
56
</ReturnValue>
57
57
<MemberValue>1</MemberValue>
58
58
<Docs>
59
-
<summary>When referring to the scope on the <seecref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control, <seelangword="Shared" /> scope means that personalization data applies to all users for all personalizable controls on a page and is also available to be saved on the page.</summary>
60
-
<remarks>
61
-
<formattype="text/markdown"><![CDATA[
62
-
63
-
## Remarks
64
-
When referring to the scope associated with a Web Parts control property, `Shared` scope indicates that the property normally only allows loading or saving of data associated with all users.
65
-
66
-
]]></format>
67
-
</remarks>
59
+
<summary>When referring to the scope on the <seecref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control, <seelangword="Shared" /> scope means that personalization data applies to all users for all personalizable controls on a page and is also available to be saved on the page. <br/>When referring to the scope associated with a Web Parts control property, <seelangword="Shared" /> scope indicates that the property normally only allows loading or saving of data associated with all users. </summary>
68
60
</Docs>
69
61
</Member>
70
62
<MemberMemberName="User">
@@ -85,15 +77,7 @@
85
77
</ReturnValue>
86
78
<MemberValue>0</MemberValue>
87
79
<Docs>
88
-
<summary>When referring to the scope on the <seecref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control, <seelangword="User" /> scope means that personalization data that is user-specific, as well as personalization data that applies to all users, is loaded for all personalizable controls on a page. Only personalization data that is user-specific can be saved on the page.</summary>
89
-
<remarks>
90
-
<formattype="text/markdown"><![CDATA[
91
-
92
-
## Remarks
93
-
When referring to the scope associated with a Web Parts control property, `User` scope indicates that the property can only load and store data applicable to all users when running on a page in `Shared` scope. However, when the property's control is running on a page in `User` scope, the property's per-user and all-user data will be loaded and merged. In this case, though, only per-user data will be saved when a page is running in `User` scope.
94
-
95
-
]]></format>
96
-
</remarks>
80
+
<summary>When referring to the scope on the <seecref="T:System.Web.UI.WebControls.WebParts.WebPartManager" /> control, <seelangword="User" /> scope means that personalization data that is user-specific, as well as personalization data that applies to all users, is loaded for all personalizable controls on a page. Only personalization data that is user-specific can be saved on the page.<br/>When referring to the scope associated with a Web Parts control property, <seelangword="User" /> scope indicates that the property can only load and store data applicable to all users when running on a page in <seelangword="Shared" /> scope. However, when the property's control is running on a page in <seelangword="User" /> scope, the property's per-user and all-user data will be loaded and merged. In this case, though, only per-user data will be saved when a page is running in <seelangword="User" /> scope scope.</summary>
Copy file name to clipboardExpand all lines: xml/System.Web.UI.WebControls/DataControlRowState.xml
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -61,15 +61,8 @@
61
61
</ReturnValue>
62
62
<MemberValue>1</MemberValue>
63
63
<Docs>
64
-
<summary>Indicates that the data control row is an alternate row.</summary>
65
-
<remarks>
66
-
<formattype="text/markdown"><![CDATA[
67
-
68
-
## Remarks
69
-
The Alternate state can be combined with other states, such as Normal, Edit, or Insert, at any time. These rows might be affected by the `AlternateRowStyle` property of the data control, if set.
70
-
71
-
]]></format>
72
-
</remarks>
64
+
<summary><para>Indicates that the data control row is an alternate row.</para>
65
+
<para>The <seelangword="Alternate" /> state can be combined with other states, such as <seelangword="Normal" />, <seelangword="Edit" />, or <seelangword="Insert" />, at any time. These rows might be affected by the <seelangword="AlternateRowStyle" /> property of the data control, if set.</para></summary>
The following example shows markup that is rendered for a <xref:System.Web.UI.WebControls.CheckBoxList> control whose <xref:System.Web.UI.WebControls.CheckBoxList.RepeatLayout%2A> property is set to `Flow`.
The following example shows markup that is rendered for a <xref:System.Web.UI.WebControls.CheckBoxList> control whose <xref:System.Web.UI.WebControls.CheckBoxList.RepeatLayout%2A> property is set to `OrderedList`.
The following example shows markup that is rendered for a <xref:System.Web.UI.WebControls.CheckBoxList> control whose <xref:System.Web.UI.WebControls.CheckBoxList.RepeatLayout%2A> property is set to `Table`.
The following example shows markup that is rendered for a <xref:System.Web.UI.WebControls.CheckBoxList> control whose <xref:System.Web.UI.WebControls.CheckBoxList.RepeatLayout%2A> property is set to `UnorderedList`.
<summary>Items are displayed without a table structure. Rendered markup consists of a <seelangword="span" /> element and items are separated by <seelangword="br" /> elements.</summary>
64
-
<remarks>
65
-
<formattype="text/markdown"><![CDATA[
66
-
67
-
## Remarks
68
-
The following example shows markup that is rendered for a <xref:System.Web.UI.WebControls.CheckBoxList> control whose <xref:System.Web.UI.WebControls.CheckBoxList.RepeatLayout%2A> property is set to Flow.
<summary>Items are displayed without a table structure. Rendered markup consists of an <seelangword="ol" /> element that contains <seelangword="li" /> elements.</summary>
108
-
<remarks>
109
-
<formattype="text/markdown"><![CDATA[
110
-
111
-
## Remarks
112
-
The following example shows markup that is rendered for a <xref:System.Web.UI.WebControls.CheckBoxList> control whose <xref:System.Web.UI.WebControls.CheckBoxList.RepeatLayout%2A> property is set to OrderedList.
> This field is new as of ASP.NET 4 and is a valid option only for the <xref:System.Web.UI.WebControls.CheckBoxList> and <xref:System.Web.UI.WebControls.RadioButtonList> controls.
136
-
137
-
]]></format>
138
-
</remarks>
174
+
<summary>Items are displayed without a table structure. Rendered markup consists of an <seelangword="ol" /> element that contains <seelangword="li" /> elements.<br/>This value is new as of ASP.NET 4 and is a valid option only for the <seecref="T:System.Web.UI.WebControls.CheckBoxList" /> and <seecref="T:System.Web.UI.WebControls.RadioButtonList" /> controls.</summary>
139
175
</Docs>
140
176
</Member>
141
177
<MemberMemberName="Table">
@@ -157,44 +193,7 @@
157
193
</ReturnValue>
158
194
<MemberValue>0</MemberValue>
159
195
<Docs>
160
-
<summary>Items are displayed in a table.</summary>
161
-
<remarks>
162
-
<formattype="text/markdown"><![CDATA[
163
-
164
-
## Remarks
165
-
The following example shows markup that is rendered for a <xref:System.Web.UI.WebControls.CheckBoxList> control whose <xref:System.Web.UI.WebControls.CheckBoxList.RepeatLayout%2A> property is set to Table.
166
-
167
-
> [!NOTE]
168
-
> This option causes the control to render HTML that might not conform to accessibility standards. For more information, see [Accessibility in Visual Studio and ASP.NET](https://msdn.microsoft.com/library/7e3ce9c4-6b7d-4fb1-94b5-72cf2a44fe13).
<summary>Items are displayed in a table. <br/>This option causes the control to render HTML that might not conform to accessibility standards. For more information, see <seehref="https://docs.microsoft.com/previous-versions/aspnet/ms228004(v%3dvs.100)">Accessibility in Visual Studio and ASP.NET</see>.</summary>
198
197
</Docs>
199
198
</Member>
200
199
<MemberMemberName="UnorderedList">
@@ -214,39 +213,8 @@
214
213
</ReturnValue>
215
214
<MemberValue>2</MemberValue>
216
215
<Docs>
217
-
<summary>Items are displayed without a table structure. Rendered markup consists of a <seelangword="ul" /> element that contains <seelangword="li" /> elements.</summary>
218
-
<remarks>
219
-
<formattype="text/markdown"><![CDATA[
220
-
221
-
## Remarks
222
-
The following example shows markup that is rendered for a <xref:System.Web.UI.WebControls.CheckBoxList> control whose <xref:System.Web.UI.WebControls.CheckBoxList.RepeatLayout%2A> property is set to UnorderedList.
> This field is new as of ASP.NET 4 and is a valid option only for the <xref:System.Web.UI.WebControls.CheckBoxList> and <xref:System.Web.UI.WebControls.RadioButtonList> controls.
246
-
247
-
]]></format>
248
-
</remarks>
216
+
<summary>Items are displayed without a table structure. Rendered markup consists of a <seelangword="ul" /> element that contains <seelangword="li" /> elements.<br/>This field is new as of ASP.NET 4 and is a valid option only for the <seecref="T:System.Web.UI.WebControls.CheckBoxList" /> and <seecref="T:System.Web.UI.WebControls.RadioButtonList" /> controls.</summary>
0 commit comments