Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / Script / Services / ScriptMethodAttribute.cs / 1305376 / ScriptMethodAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Script.Services { using System; using System.Web; [ AttributeUsage(AttributeTargets.Method) ] public sealed class ScriptMethodAttribute : Attribute { private ResponseFormat _responseFormat; private bool _useHttpGet; private bool _xmlSerializeString; public ResponseFormat ResponseFormat { get { return _responseFormat; } set { _responseFormat = value; } } public bool UseHttpGet { get { return _useHttpGet; } set { _useHttpGet = value; } } public bool XmlSerializeString { get { return _xmlSerializeString; } set { _xmlSerializeString = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Script.Services { using System; using System.Web; [ AttributeUsage(AttributeTargets.Method) ] public sealed class ScriptMethodAttribute : Attribute { private ResponseFormat _responseFormat; private bool _useHttpGet; private bool _xmlSerializeString; public ResponseFormat ResponseFormat { get { return _responseFormat; } set { _responseFormat = value; } } public bool UseHttpGet { get { return _useHttpGet; } set { _useHttpGet = value; } } public bool XmlSerializeString { get { return _xmlSerializeString; } set { _xmlSerializeString = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EditorZoneBase.cs
- MobileCapabilities.cs
- printdlgexmarshaler.cs
- StringCollection.cs
- XmlUnspecifiedAttribute.cs
- Expressions.cs
- ContentControl.cs
- ToolTipAutomationPeer.cs
- EUCJPEncoding.cs
- MultiPageTextView.cs
- ServiceDescription.cs
- TimeZone.cs
- SiteMapProvider.cs
- Label.cs
- CqlLexerHelpers.cs
- BinaryWriter.cs
- GeneralTransform3D.cs
- ItemType.cs
- PortCache.cs
- UnknownWrapper.cs
- safemediahandle.cs
- XmlSchemaSimpleContentExtension.cs
- XmlQueryType.cs
- RawMouseInputReport.cs
- DbDeleteCommandTree.cs
- DependencyPropertyKey.cs
- PerformanceCounterPermission.cs
- ThreadInterruptedException.cs
- FormView.cs
- LazyTextWriterCreator.cs
- Error.cs
- Pointer.cs
- SqlDataSourceStatusEventArgs.cs
- DataControlPagerLinkButton.cs
- TransformerInfoCollection.cs
- ReferencedType.cs
- PropertyMapper.cs
- PolygonHotSpot.cs
- ScaleTransform.cs
- PointCollection.cs
- XmlSchemaGroupRef.cs
- InputScopeConverter.cs
- DataGridRow.cs
- ThrowHelper.cs
- TextElement.cs
- OrderByLifter.cs
- XmlDataProvider.cs
- ToolStripItemCollection.cs
- LocalizeDesigner.cs
- LeafCellTreeNode.cs
- SerialPinChanges.cs
- LOSFormatter.cs
- ClientTarget.cs
- XMLDiffLoader.cs
- SparseMemoryStream.cs
- InputLanguageSource.cs
- COM2ExtendedUITypeEditor.cs
- FixedSchema.cs
- TableAutomationPeer.cs
- ControlBindingsConverter.cs
- WindowsStartMenu.cs
- WebBrowserSiteBase.cs
- HttpNamespaceReservationInstallComponent.cs
- CollectionViewGroupInternal.cs
- WsatRegistrationHeader.cs
- TypeForwardedToAttribute.cs
- CodeThrowExceptionStatement.cs
- HttpRawResponse.cs
- ConfigXmlText.cs
- COSERVERINFO.cs
- EncoderNLS.cs
- AutomationFocusChangedEventArgs.cs
- ImageList.cs
- odbcmetadatacolumnnames.cs
- handlecollector.cs
- MatrixConverter.cs
- OdbcTransaction.cs
- HtmlInputButton.cs
- UrlPropertyAttribute.cs
- SessionPageStatePersister.cs
- TextLineResult.cs
- HtmlTableRowCollection.cs
- ConnectionsZoneAutoFormat.cs
- HMACSHA256.cs
- UnsafeNativeMethods.cs
- StringSorter.cs
- CollectionChangeEventArgs.cs
- WindowExtensionMethods.cs
- BitmapEffectInputData.cs
- Set.cs
- ValueUnavailableException.cs
- AdPostCacheSubstitution.cs
- NetCodeGroup.cs
- Semaphore.cs
- ExpandCollapseProviderWrapper.cs
- EntryIndex.cs
- RoleGroupCollection.cs
- RayHitTestParameters.cs
- MediaElementAutomationPeer.cs
- UICuesEvent.cs