Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / StyleSheetRefUrlEditor.cs / 1305376 / StyleSheetRefUrlEditor.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
using System.Web.UI.Design;
namespace System.Web.UI.Design.MobileControls
{
///
/// Provides an editor for visually picking an ASCX Url.
///
[
System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand,
Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)
]
[Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
internal class StyleSheetRefUrlEditor: UrlEditor
{
///
/// Caption of the editor UI
///
protected override String Caption
{
get
{
return SR.GetString(SR.StyleSheetRefUrlEditor_Caption);
}
}
///
/// Filter used by the editor
///
protected override String Filter
{
get
{
return SR.GetString(SR.StyleSheetRefUrlEditor_Filter);
}
}
///
/// NoAbsolute = Don't allow absoulte urls.
/// None = Otherwise.
///
protected override UrlBuilderOptions Options
{
get
{
return UrlBuilderOptions.NoAbsolute;
}
}
}
}
// 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
- DataContractSerializerFaultFormatter.cs
- ContractAdapter.cs
- SqlStatistics.cs
- Variant.cs
- FilterException.cs
- LayoutEditorPart.cs
- CopyNamespacesAction.cs
- RichTextBox.cs
- Selection.cs
- PointConverter.cs
- RijndaelManagedTransform.cs
- PageBreakRecord.cs
- MD5.cs
- SemanticTag.cs
- DmlSqlGenerator.cs
- ErrorFormatter.cs
- CipherData.cs
- Decimal.cs
- DataSourceNameHandler.cs
- QueryAsyncResult.cs
- BinHexEncoding.cs
- DataGridCaption.cs
- ClientApiGenerator.cs
- DrawingAttributeSerializer.cs
- ICollection.cs
- ListBindingConverter.cs
- TypeConverterAttribute.cs
- GeneralTransform3D.cs
- ServiceDescriptions.cs
- CodeLabeledStatement.cs
- ByteStack.cs
- AdRotator.cs
- ReadingWritingEntityEventArgs.cs
- WebPartDisplayModeCollection.cs
- MessageQueueKey.cs
- WindowsIPAddress.cs
- Converter.cs
- LinkedResourceCollection.cs
- StringSource.cs
- DataSetUtil.cs
- MulticastDelegate.cs
- LinearKeyFrames.cs
- RoamingStoreFile.cs
- SoapTypeAttribute.cs
- Peer.cs
- XmlTextAttribute.cs
- EntityTransaction.cs
- Root.cs
- XmlWrappingReader.cs
- DataSvcMapFile.cs
- DesignOnlyAttribute.cs
- DefaultWorkflowTransactionService.cs
- MultilineStringEditor.cs
- ExpandedWrapper.cs
- METAHEADER.cs
- PerformanceCounter.cs
- TreeViewBindingsEditor.cs
- Win32.cs
- HTMLTagNameToTypeMapper.cs
- TextBoxBase.cs
- MsmqAppDomainProtocolHandler.cs
- SqlCacheDependencyDatabaseCollection.cs
- SafeFindHandle.cs
- FileChangesMonitor.cs
- Attribute.cs
- AttributeCollection.cs
- WasEndpointConfigContainer.cs
- CurrencyWrapper.cs
- login.cs
- Internal.cs
- DockAndAnchorLayout.cs
- WebConfigurationHostFileChange.cs
- TableCell.cs
- InputMethodStateTypeInfo.cs
- DocumentGridContextMenu.cs
- SoapProtocolImporter.cs
- WebProxyScriptElement.cs
- _SSPISessionCache.cs
- TimeSpanConverter.cs
- X509Certificate2Collection.cs
- CodeAttributeArgumentCollection.cs
- PropertyTab.cs
- XmlTextEncoder.cs
- ArcSegment.cs
- PasswordTextContainer.cs
- ConstantCheck.cs
- HandlerBase.cs
- ArglessEventHandlerProxy.cs
- CmsInterop.cs
- DataGridItemEventArgs.cs
- CompositeCollection.cs
- HttpConfigurationSystem.cs
- XmlTextReaderImplHelpers.cs
- HandleCollector.cs
- RepeaterItemCollection.cs
- SafeLibraryHandle.cs
- PrePrepareMethodAttribute.cs
- JpegBitmapDecoder.cs
- KeyboardEventArgs.cs
- TextFormatterImp.cs