Show / Hide Table of Contents

Class HapHostingBuilderExtensions

Extension methods for IBuildsHostingEnvironment instances.

Inheritance
System.Object
HapHostingBuilderExtensions
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.HtmlAgilityPack.dll
Syntax
public static class HapHostingBuilderExtensions

Methods

| Improve this Doc View Source

AddHapZptDocuments(IBuildsHostingEnvironment)

Adds service registrations to the builder in order to enable reading & writing of HTML Agility Pack documents.

Declaration
public static IBuildsHostingEnvironment AddHapZptDocuments(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