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
By default, the partial view is saved in the `Views/Partials` folder in the solution.
34
+
By default, the partial views are saved in the `Views/Partials` folder in the solution.
35
+
36
+

37
37
38
38
## Creating a Partial View from Snippet
39
39
@@ -48,7 +48,7 @@ To create a partial view from the snippet:
48
48
49
49
<figure><imgsrc="../../.gitbook/assets/image (25).png"alt=""><figcaption><p>Created partial view from snippet</p></figcaption></figure>
50
50
51
-
By default, the partial view is saved in the `Views/Partials` folder in the solution. Umbraco provides the following partial view snippets:
51
+
Umbraco provides the following partial view snippets:
52
52
53
53
* Empty - Creates an empty partial view file.
54
54
* Breadcrumb - Creates a breadcrumb of parents using the `Ancestors()` method to generate links in an unordered HTML list. It displays the name of the current page without a link.
0 commit comments