IMetadataXmlExtensions Class
Namespace
Statiq.Common
Base Types
  • object
graph BT Type-->Base0["object"] Type["IMetadataXmlExtensions"] class Type type-node

Syntax

public static class IMetadataXmlExtensions

Methods

Name Return Value Summary
XAttribute(IMetadata, string, Func<string, string>) XAttribute
static
XAttribute(IMetadata, string, Func<string, XAttribute>) XAttribute
static
XAttribute(IMetadata, string, string, Func<string, string>) XAttribute
static
XAttribute(IMetadata, string, string) XAttribute
Gets an XML attribute for the given metadata key.
static
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
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