MetadataXmlExtensions Class

Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Meta
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["MetadataXmlExtensions"] class Type type-node

Syntax

public static class MetadataXmlExtensions

Methods

Name Value Summary
XAttribute(IMetadata, string) XAttribute
Gets an XML attribute for the given metadata key. The name of the attribute will be the lower-case key name.
static
XAttribute(IMetadata, string, Func<string, string>) XAttribute
static
XAttribute(IMetadata, string, Func<string, XAttribute>) XAttribute
static
XAttribute(IMetadata, string, string) XAttribute
Gets an XML attribute for the given metadata key.
static
XAttribute(IMetadata, string, string, Func<string, string>) XAttribute
static
XElement(IMetadata, string, Func<string, Object[]>) XElement
static
XElement(IMetadata, string, Func<string, XElement>) XElement
static
XElement(IMetadata, string, string, Func<string, Object[]>) XElement
static
GitHub