Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

Commit 739063b

Browse files
authored
Update readme.md
1 parent 4e5a15d commit 739063b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

readme.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ public class TestDocTypeSurfaceController
2828

2929
By inheriting from the `BlockListMvcSurfaceController` base class, you'll also have instant access to the following helper properties / methods.
3030

31-
| Member | Type | Description |
32-
|---------------------------------------------------|-------------------|-------------|
33-
| Model | BlockListItem | The `BlockListItem` instance of your block's data. |
34-
| ViewPath | String | A reference to the currently configured ViewPath |
35-
| CurrentPartialView(object model = null) | Method | Helper method to return you to the default partial view for this cell. If no model is passed in, the standard Model will be passed down. |
36-
| PartialView(string viewName, object model = null) | Method | Helper method to return you to an alternative partial view for this cell. If no model is passed in, the standard Model will be passed down. |
31+
| Member | Type | Description |
32+
|---------------------------------------------------|--------------------------|-------------|
33+
| Model | BlockListItem | The `BlockListItem` instance of your block's data. |
34+
| BlockContext | BlockListItemContext | The context of the block list item, including the list that owns it. |
35+
| ViewPath | String | A reference to the currently configured ViewPath |
36+
| CurrentPartialView(object model = null) | Method | Helper method to return you to the default partial view for this cell. If no model is passed in, the standard Model will be passed down. |
37+
| PartialView(string viewName, object model = null) | Method | Helper method to return you to an alternative partial view for this cell. If no model is passed in, the standard Model will be passed down. |
3738

3839
---
3940

0 commit comments

Comments
 (0)