Show / Hide Table of Contents

Class XmlHostingBuilderExtensions

Extension methods for IBuildsHostingEnvironment instances.

Inheritance
System.Object
XmlHostingBuilderExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp
Assembly: ZptSharp.Xml.dll
Syntax
public static class XmlHostingBuilderExtensions

Methods

| Improve this Doc View Source

AddXmlZptDocuments(IBuildsHostingEnvironment)

Adds service registrations to the builder in order to enable reading & writing of XML documents.

Declaration
public static IBuildsHostingEnvironment AddXmlZptDocuments(this IBuildsHostingEnvironment builder)
Parameters
Type Name Description
IBuildsHostingEnvironment builder

The self-hosting builder.

Returns
Type Description
IBuildsHostingEnvironment

The self-hosting builder instance, after setting it up.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX