Skip to content

Commit 639c35c

Browse files
authored
Merge pull request #4594 from syncfusion-content/BLAZ-789056-conflict
Resolved Conflicts in ej2-asp-core-mvc-docs
2 parents 67915ce + 231f9fb commit 639c35c

File tree

4 files changed

+43
-7
lines changed

4 files changed

+43
-7
lines changed

ej2-asp-core-mvc/datepicker/EJ2_ASP.MVC/timezone-behavior.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,19 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone
2626

2727
N> The `serverTimezoneOffset` property is applicable **only for pre-bound values** (i.e., values set during initialization or data binding). It does **not affect** values selected by the user during runtime.
2828

29-
The following example demonstrates how to configure the serverTimezoneOffset property
29+
{% if page.publishingplatform == "aspnet-core" %}
3030

3131
{% tabs %}
3232
{% highlight cshtml tabtitle="CSHTML" %}
33+
{% include code-snippet/datepicker/timezone-cs1/tagHelper %}
34+
{% endhighlight %}
35+
{% endtabs %}
36+
37+
{% elsif page.publishingplatform == "aspnet-mvc" %}
38+
39+
{% tabs %}
40+
{% highlight razor tabtitle="CSHTML" %}
3341
{% include code-snippet/datepicker/timezone-cs1/razor %}
3442
{% endhighlight %}
35-
{% endtabs %}
43+
{% endtabs %}
44+
{% endif %}

ej2-asp-core-mvc/datepicker/EJ2_ASP.NETCORE/timezone-behavior.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,19 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone
2626

2727
N> The `serverTimezoneOffset` property is applicable **only for pre-bound values** (i.e., values set during initialization or data binding). It does **not affect** values selected by the user during runtime.
2828

29-
The following example demonstrates how to configure the serverTimezoneOffset property
29+
{% if page.publishingplatform == "aspnet-core" %}
3030

3131
{% tabs %}
3232
{% highlight cshtml tabtitle="CSHTML" %}
3333
{% include code-snippet/datepicker/timezone-cs1/tagHelper %}
3434
{% endhighlight %}
3535
{% endtabs %}
36+
37+
{% elsif page.publishingplatform == "aspnet-mvc" %}
38+
39+
{% tabs %}
40+
{% highlight razor tabtitle="CSHTML" %}
41+
{% include code-snippet/datepicker/timezone-cs1/razor %}
42+
{% endhighlight %}
43+
{% endtabs %}
44+
{% endif %}

ej2-asp-core-mvc/datetimepicker/EJ2_ASP.MVC/timezone-behavior.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,19 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone
2626

2727
N> The `serverTimezoneOffset` property is applicable **only for pre-bound values** (i.e., values set during initialization or data binding). It does **not affect** values selected by the user during runtime.
2828

29-
The following example demonstrates how to configure the serverTimezoneOffset property
29+
{% if page.publishingplatform == "aspnet-core" %}
3030

3131
{% tabs %}
3232
{% highlight cshtml tabtitle="CSHTML" %}
33+
{% include code-snippet/datetimepicker/timezone-cs1/tagHelper %}
34+
{% endhighlight %}
35+
{% endtabs %}
36+
37+
{% elsif page.publishingplatform == "aspnet-mvc" %}
38+
39+
{% tabs %}
40+
{% highlight razor tabtitle="CSHTML" %}
3341
{% include code-snippet/datetimepicker/timezone-cs1/razor %}
3442
{% endhighlight %}
35-
{% endtabs %}
43+
{% endtabs %}
44+
{% endif %}

ej2-asp-core-mvc/datetimepicker/EJ2_ASP.NETCORE/timezone-behavior.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,19 @@ The `serverTimezoneOffset` property allows you to specify the server's time zone
2626

2727
N> The `serverTimezoneOffset` property is applicable **only for pre-bound values** (i.e., values set during initialization or data binding). It does **not affect** values selected by the user during runtime.
2828

29-
The following example demonstrates how to configure the serverTimezoneOffset property
29+
{% if page.publishingplatform == "aspnet-core" %}
3030

3131
{% tabs %}
3232
{% highlight cshtml tabtitle="CSHTML" %}
3333
{% include code-snippet/datetimepicker/timezone-cs1/tagHelper %}
3434
{% endhighlight %}
35-
{% endtabs %}
35+
{% endtabs %}
36+
37+
{% elsif page.publishingplatform == "aspnet-mvc" %}
38+
39+
{% tabs %}
40+
{% highlight razor tabtitle="CSHTML" %}
41+
{% include code-snippet/datetimepicker/timezone-cs1/razor %}
42+
{% endhighlight %}
43+
{% endtabs %}
44+
{% endif %}

0 commit comments

Comments
 (0)