You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
| 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. |
| 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. |
0 commit comments