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
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/sidebar/how-to/sidebar-with-partial-view.md
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
-
title: Sidebar With Partial View in ##Platform_Name## Sidebar Component
4
-
description: Learn here all about Sidebar With Partial View in Syncfusion ##Platform_Name## Sidebar component of Syncfusion Essential JS 2 and more.
3
+
title: Partial View with Syncfusion ##Platform_Name## Sidebar control
4
+
description: Learn here all about Sidebar With Partial View in Syncfusion ##Platform_Name## Sidebar control of Syncfusion Essential JS 2 and more.
5
5
platform: ej2-asp-core-mvc
6
6
control: Sidebar With Partial View
7
7
publishingplatform: ##Platform_Name##
@@ -11,10 +11,12 @@ documentation: ug
11
11
12
12
# Sidebar with partial view
13
13
14
-
The following example demonstrates how to render the sidebar with partial view. Sidebar element is placed inside the RenderPartialView.cshtmland refer that sidebar element in layout page.
14
+
The example below demonstrates how to render the Sidebar using a partial view. The Sidebar element is included inside the **RenderPartialView.cshtml** file and is referenced in the layout page. The Accordion control is rendered inside the Sidebar.
15
15
16
16
{% if page.publishingplatform == "aspnet-core" %}
17
17
18
+
Additionally, you can use this [`link`](https://ej2.syncfusion.com/aspnetcore/documentation/accordion/style) for more Accordion control styles.
19
+
18
20
{% tabs %}
19
21
{% highlight cshtml tabtitle="CSHTML" %}
20
22
{% include code-snippet/sidebar/partial-view/tagHelper %}
@@ -25,10 +27,15 @@ The following example demonstrates how to render the sidebar with partial view.
0 commit comments