Show / Hide Table of Contents

Class PythonHostingBuilderExtensions

Extension methods related to the use of ZPT Python expressions.

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

Methods

| Improve this Doc View Source

AddZptPythonExpressions(IBuildsHostingEnvironment)

Adds service registrations to the builder in order to enable the use of ZPT "python" expressions.

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