This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy under /_llms/. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

RazorPageSource Pennington.Pipeline

Content rendered by a Razor page/component.

Properties

ComponentType string
Fully qualified name of the component type.

Constructors

RazorPageSource

#
public RazorPageSource(string ComponentType)

Content rendered by a Razor page/component.

Parameters

ComponentType string
Fully qualified name of the component type.

Pennington.Pipeline.RazorPageSource

namespace Pennington.Pipeline;

/// Content rendered by a Razor page/component.
public record RazorPageSource
{
    /// Fully qualified name of the component type.
    
public string ComponentType { get; set; }
/// Content rendered by a Razor page/component.
public RazorPageSource(string ComponentType)
; }