12 implementations of GetAttribute
System.Web (4)
UI\HtmlControls\HtmlControl.cs (1)
222
string IAttributeAccessor.
GetAttribute
(string name) {
UI\UserControl.cs (1)
343
string IAttributeAccessor.
GetAttribute
(string name) {
UI\WebControls\listitem.cs (1)
345
string IAttributeAccessor.
GetAttribute
(string name) {
UI\WebControls\WebControl.cs (1)
862
string IAttributeAccessor.
GetAttribute
(string name) {
System.Web.DynamicData (3)
DynamicData\DynamicControl.cs (1)
313
public string
GetAttribute
(string key) {
DynamicData\DynamicField.cs (1)
298
public string
GetAttribute
(string key) {
DynamicData\DynamicHyperLink.cs (1)
272
string IAttributeAccessor.
GetAttribute
(string key) {
System.Web.Extensions (3)
UI\UpdatePanel.cs (1)
451
string IAttributeAccessor.
GetAttribute
(string key) {
UI\UpdateProgress.cs (1)
210
string IAttributeAccessor.
GetAttribute
(string key) {
UI\WebControls\DataPager.cs (1)
622
string IAttributeAccessor.
GetAttribute
(string name) {
System.Web.Mobile (2)
UI\MobileControls\DeviceSpecificChoice.cs (1)
395
String IAttributeAccessor.
GetAttribute
(String name) {
UI\MobileControls\MobileControl.cs (1)
1513
String IAttributeAccessor.
GetAttribute
(String name) {
18 references to GetAttribute
System.Web (8)
UI\WebParts\GenericWebPart.cs (8)
251
base.AuthorizationFilter = childAttributeAccessor.
GetAttribute
("AuthorizationFilter");
252
base.CatalogIconImageUrl = childAttributeAccessor.
GetAttribute
("CatalogIconImageUrl");
253
base.Description = childAttributeAccessor.
GetAttribute
("Description");
255
string exportMode = childAttributeAccessor.
GetAttribute
("ExportMode");
264
_subtitle = childAttributeAccessor.
GetAttribute
("Subtitle");
266
base.Title = childAttributeAccessor.
GetAttribute
("Title");
267
base.TitleIconImageUrl = childAttributeAccessor.
GetAttribute
("TitleIconImageUrl");
268
base.TitleUrl = childAttributeAccessor.
GetAttribute
("TitleUrl");
System.Web.Mobile (10)
UI\MobileControls\Adapters\HtmlControlAdapter.cs (1)
231
String attributeValue = ((IAttributeAccessor)Control).
GetAttribute
(attributeName);
UI\MobileControls\Adapters\WmlTextBoxAdapter.cs (2)
75
String format = ((IAttributeAccessor)Control).
GetAttribute
("wmlFormat");
102
String randomID = ((IAttributeAccessor)Control).
GetAttribute
("useRandomID");
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (4)
166
String attributeValue = ((IAttributeAccessor)Control).
GetAttribute
(XhtmlConstants.AccessKeyCustomAttribute);
588
String attributeValue = ((IAttributeAccessor)Control).
GetAttribute
(attributeName);
597
return((IAttributeAccessor)Control).
GetAttribute
(attributeName);
602
return((IAttributeAccessor)control).
GetAttribute
(attributeName);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (1)
206
String cssClass = ((IAttributeAccessor) ctl).
GetAttribute
(XhtmlConstants.CssClassCustomAttribute);
UI\MobileControls\AdRotator.cs (1)
247
String accesskey = ((IAttributeAccessor) this).
GetAttribute
(accesskeyName);
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
911
String value = ((IAttributeAccessor)_choice).
GetAttribute
(propertyName) as String;