Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / HtmlControls / HtmlMeta.cs / 1 / HtmlMeta.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.HtmlControls { using System; using System.Security; using System.Security.Permissions; using System.ComponentModel; [ ControlBuilderAttribute(typeof(HtmlEmptyTagControlBuilder)) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class HtmlMeta : HtmlControl { public HtmlMeta() : base("meta") { } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string Content { get { string s = Attributes["content"]; return ((s != null) ? s : String.Empty); } set { Attributes["content"] = MapStringAttributeToString(value); } } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string HttpEquiv { get { string s = Attributes["http-equiv"]; return ((s != null) ? s : String.Empty); } set { Attributes["http-equiv"] = MapStringAttributeToString(value); } } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string Name { get { string s = Attributes["name"]; return ((s != null) ? s : String.Empty); } set { Attributes["name"] = MapStringAttributeToString(value); } } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string Scheme { get { string s = Attributes["scheme"]; return ((s != null) ? s : String.Empty); } set { Attributes["scheme"] = MapStringAttributeToString(value); } } protected internal override void Render(HtmlTextWriter writer) { if (EnableLegacyRendering) { base.Render(writer); } else { // By default HTMLControl doesn't render a closing /> so its not XHTML compliance writer.WriteBeginTag(TagName); RenderAttributes(writer); writer.Write(HtmlTextWriter.SelfClosingTagEnd); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.HtmlControls { using System; using System.Security; using System.Security.Permissions; using System.ComponentModel; [ ControlBuilderAttribute(typeof(HtmlEmptyTagControlBuilder)) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class HtmlMeta : HtmlControl { public HtmlMeta() : base("meta") { } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string Content { get { string s = Attributes["content"]; return ((s != null) ? s : String.Empty); } set { Attributes["content"] = MapStringAttributeToString(value); } } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string HttpEquiv { get { string s = Attributes["http-equiv"]; return ((s != null) ? s : String.Empty); } set { Attributes["http-equiv"] = MapStringAttributeToString(value); } } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string Name { get { string s = Attributes["name"]; return ((s != null) ? s : String.Empty); } set { Attributes["name"] = MapStringAttributeToString(value); } } [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden), ] public virtual string Scheme { get { string s = Attributes["scheme"]; return ((s != null) ? s : String.Empty); } set { Attributes["scheme"] = MapStringAttributeToString(value); } } protected internal override void Render(HtmlTextWriter writer) { if (EnableLegacyRendering) { base.Render(writer); } else { // By default HTMLControl doesn't render a closing /> so its not XHTML compliance writer.WriteBeginTag(TagName); RenderAttributes(writer); writer.Write(HtmlTextWriter.SelfClosingTagEnd); } } } } // 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
- CrossContextChannel.cs
- SqlWebEventProvider.cs
- SqlTypeConverter.cs
- Assembly.cs
- LicenseContext.cs
- DelegatingTypeDescriptionProvider.cs
- XmlSchemaInfo.cs
- Internal.cs
- TreeNodeStyle.cs
- BmpBitmapEncoder.cs
- SecurityException.cs
- _AcceptOverlappedAsyncResult.cs
- SpecularMaterial.cs
- KoreanCalendar.cs
- JapaneseLunisolarCalendar.cs
- WhitespaceRule.cs
- ConnectionManagementElement.cs
- Component.cs
- InputProcessorProfiles.cs
- PerformanceCounterPermissionEntryCollection.cs
- GlobalizationSection.cs
- _WinHttpWebProxyDataBuilder.cs
- ExtendedTransformFactory.cs
- CollectionType.cs
- PackagePart.cs
- ComplexTypeEmitter.cs
- basevalidator.cs
- Intellisense.cs
- MessageLoggingElement.cs
- TypeDependencyAttribute.cs
- HyperLinkColumn.cs
- NonVisualControlAttribute.cs
- SqlParameter.cs
- Debugger.cs
- DirectionalLight.cs
- ControlPager.cs
- TabletDeviceInfo.cs
- SmtpTransport.cs
- ProgressBarRenderer.cs
- WebBrowserContainer.cs
- LogReserveAndAppendState.cs
- BitmapEffectRenderDataResource.cs
- Error.cs
- DiffuseMaterial.cs
- brushes.cs
- QuaternionAnimation.cs
- SQLBoolean.cs
- SevenBitStream.cs
- RepeaterItem.cs
- _ConnectStream.cs
- SQLMoneyStorage.cs
- X509ChainElement.cs
- NativeCppClassAttribute.cs
- util.cs
- DataTrigger.cs
- ChangeBlockUndoRecord.cs
- RequestCachePolicy.cs
- DoubleIndependentAnimationStorage.cs
- UseLicense.cs
- TaskSchedulerException.cs
- ZipFileInfoCollection.cs
- ValidationSummary.cs
- TraceSwitch.cs
- Zone.cs
- BaseTemplateCodeDomTreeGenerator.cs
- AutomationElementIdentifiers.cs
- DataTable.cs
- Parser.cs
- StrokeNode.cs
- BaseComponentEditor.cs
- FileUtil.cs
- BooleanConverter.cs
- CodeTypeParameter.cs
- webbrowsersite.cs
- ContextMenuStripGroupCollection.cs
- CheckBoxList.cs
- EventLogConfiguration.cs
- CheckPair.cs
- UnsafeNativeMethods.cs
- BaseTemplateParser.cs
- TemplateKeyConverter.cs
- IconConverter.cs
- XPathArrayIterator.cs
- IDictionary.cs
- RenderData.cs
- GridViewEditEventArgs.cs
- AspNetSynchronizationContext.cs
- StaticResourceExtension.cs
- XmlSchemaNotation.cs
- ImpersonationContext.cs
- AppearanceEditorPart.cs
- XamlClipboardData.cs
- GridViewSortEventArgs.cs
- HMACSHA256.cs
- ViewgenGatekeeper.cs
- SetIndexBinder.cs
- CommandID.cs
- TypedReference.cs
- HashMembershipCondition.cs
- ToolStripProgressBar.cs