SaaS CMS has officially launched! Learn more now.

Class PipelineStepDefinition

Inheritance
System.Object
PipelineStepDefinition
Namespace: EPiServer.Core.Routing.Pipeline.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class PipelineStepDefinition : Object

Constructors

PipelineStepDefinition()

Declaration
public PipelineStepDefinition()

Properties

CustomArguments

Declaration
public IEnumerable<object> CustomArguments { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Object>

Type

Declaration
public Type Type { get; set; }
Property Value
Type Description
System.Type

Extension Methods