Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / ndp / fx / src / xsp / System / Web / Extensions / ui / HtmlFormWrapper.cs / 2 / HtmlFormWrapper.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
using System;
using System.Collections;
using System.Diagnostics;
using System.Web.UI;
using System.Web.UI.HtmlControls;
namespace System.Web.UI {
internal sealed class HtmlFormWrapper : IHtmlForm {
private HtmlForm _form;
public HtmlFormWrapper(HtmlForm form) {
Debug.Assert(form != null);
_form = form;
}
#region IHtmlForm Members
string IHtmlForm.ClientID {
get {
return _form.ClientID;
}
}
string IHtmlForm.Method {
get {
return _form.Method;
}
}
void IHtmlForm.RenderControl(HtmlTextWriter writer) {
_form.RenderControl(writer);
}
void IHtmlForm.SetRenderMethodDelegate(RenderMethod renderMethod) {
_form.SetRenderMethodDelegate(renderMethod);
}
#endregion
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ZoneMembershipCondition.cs
- OdbcConnectionString.cs
- ModuleBuilder.cs
- TableRowCollection.cs
- DataRowChangeEvent.cs
- Point3DAnimationUsingKeyFrames.cs
- MeshGeometry3D.cs
- ConnectionsZoneDesigner.cs
- TrackBar.cs
- SerializationStore.cs
- IntSecurity.cs
- EtwTrace.cs
- QualifiedCellIdBoolean.cs
- XmlBoundElement.cs
- OleDragDropHandler.cs
- ControlBindingsCollection.cs
- ContainsSearchOperator.cs
- IArgumentProvider.cs
- XmlSchemaAnnotation.cs
- OneWayBindingElement.cs
- PersonalizationAdministration.cs
- InternalException.cs
- PeerNameRegistration.cs
- CodeComment.cs
- ArrayItemReference.cs
- SubpageParaClient.cs
- LicenseProviderAttribute.cs
- ExpressionEditor.cs
- DataRecord.cs
- EastAsianLunisolarCalendar.cs
- HtmlInputCheckBox.cs
- RubberbandSelector.cs
- XmlEnumAttribute.cs
- ImpersonateTokenRef.cs
- Brush.cs
- FixedStringLookup.cs
- DropDownList.cs
- ExclusiveTcpListener.cs
- ControlDesigner.cs
- RootProfilePropertySettingsCollection.cs
- TrailingSpaceComparer.cs
- WebPartTransformer.cs
- ProfilePropertySettingsCollection.cs
- EntryIndex.cs
- RuntimeConfig.cs
- XmlSerializerNamespaces.cs
- ACE.cs
- InstancePersistenceCommandException.cs
- ListBoxItem.cs
- SkewTransform.cs
- NativeObjectSecurity.cs
- QuaternionConverter.cs
- Root.cs
- TextTabProperties.cs
- ExpressionPrefixAttribute.cs
- DataMemberFieldEditor.cs
- RawKeyboardInputReport.cs
- WebBaseEventKeyComparer.cs
- AttributeCollection.cs
- newitemfactory.cs
- CodeConstructor.cs
- PageBorderless.cs
- ProfileSettings.cs
- RegexNode.cs
- SubclassTypeValidatorAttribute.cs
- Message.cs
- BufferedReadStream.cs
- UpdateCommandGenerator.cs
- ClientWindowsAuthenticationMembershipProvider.cs
- WpfWebRequestHelper.cs
- SqlUdtInfo.cs
- PageParserFilter.cs
- RegularExpressionValidator.cs
- OpenTypeCommon.cs
- AbstractSvcMapFileLoader.cs
- WebPartTransformer.cs
- MetadataArtifactLoaderCompositeFile.cs
- OutputScope.cs
- BindingSourceDesigner.cs
- OuterGlowBitmapEffect.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- EraserBehavior.cs
- Base64Encoding.cs
- BuildProvider.cs
- GridViewDeletedEventArgs.cs
- AccessDataSourceView.cs
- UnitControl.cs
- BamlVersionHeader.cs
- NamedPipeAppDomainProtocolHandler.cs
- ObjectDataSourceMethodEditor.cs
- SqlDataSourceWizardForm.cs
- PolicyFactory.cs
- SchemaElementLookUpTable.cs
- X509Utils.cs
- RoutedPropertyChangedEventArgs.cs
- SchemaImporterExtensionElement.cs
- DocumentViewerBaseAutomationPeer.cs
- Thickness.cs
- WorkflowApplicationAbortedException.cs
- reliableinputsessionchannel.cs