Summary
Specifies a model to use for each page.
- Assembly
- Wyam
.Razor .dll - Namespace
- Wyam
.Razor - Containing Type
- Razor
Syntax
public Razor WithModel(Object model)
Parameters
Name | Type | Description |
---|---|---|
model | Object | The model. |
Return Value
Type | Description |
---|---|
Razor | The current module instance. |