Class AngleSharpHostingBuilderExtensions
Extension methods for IBuildsHostingEnvironment instances.
Inheritance
System.Object
AngleSharpHostingBuilderExtensions
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.AngleSharp.dll
Syntax
public static class AngleSharpHostingBuilderExtensions
Methods
| Improve this Doc View SourceAddAngleSharpZptDocuments(IBuildsHostingEnvironment)
Adds service registrations to the builder
in order
to enable reading & writing of AngleSharp documents.
Declaration
public static IBuildsHostingEnvironment AddAngleSharpZptDocuments(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. |