Razor.

WithViewStart(FilePath) Method

Summary

Specifies an alternate ViewStart file to use for all Razor pages processed by this module.
Assembly
Wyam.Razor.dll
Namespace
Wyam.Razor
Containing Type
Razor

Syntax

public Razor WithViewStart(FilePath path)

Parameters

Name Type Description
path FilePath The path to the alternate ViewStart file.

Return Value

Type Description
Razor The current module instance.
GitHub