EndpointSource Pennington.Pipeline
Marker source for routes whose content is produced by a live HTTP endpoint (e.g., the SPA data endpoint). These items exist so the build crawler discovers the URL and fetches it through the live pipeline — they do not participate in parse/render, are not redirects, and do not appear in the sitemap.
Constructors
.ctor
#public record EndpointSource();Marker source for routes whose content is produced by a live HTTP endpoint (e.g., the SPA data endpoint). These items exist so the build crawler discovers the URL and fetches it through the live pipeline — they do not participate in parse/render, are not redirects, and do not appear in the sitemap.
Pennington.Pipeline.EndpointSource
namespace Pennington.Pipeline;
/// Marker source for routes whose content is produced by a live HTTP endpoint (e.g., the SPA data endpoint). These items exist so the build crawler discovers the URL and fetches it through the live pipeline — they do not participate in parse/render, are not redirects, and do not appear in the sitemap.
public record EndpointSource
{
/// Marker source for routes whose content is produced by a live HTTP endpoint (e.g., the SPA data endpoint). These items exist so the build crawler discovers the URL and fetches it through the live pipeline — they do not participate in parse/render, are not redirects, and do not appear in the sitemap.
public record EndpointSource();
}