Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions aspnetmvc/DataManager/Antiforgery.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Antiforgery in ASP.NET MVC DataManager | Syncfusion
description: Learn here about antiforgery in Syncfusion Essential ASP.NET MVC DataManager control, its elements, and more.
description: Learn here about antiforgery support in Syncfusion Essential ASP.NET MVC DataManager control, its elements, and more.
platform: ejmvc
control: DataManager
documentation: ug
Expand Down Expand Up @@ -81,8 +81,8 @@ For this purpose, the input element with hidden value field and name attribute i
}
{% endhighlight %}

![](Antiforgery_images/Antiforgery.png)
![Antiforgery Token in ASP.NET MVC DataManager](Antiforgery_images/Antiforgery.png)

In the header, You can find the anti-forgery token value

![](Antiforgery_images/Antiforgery_header.png)
![Antiforgery Token Value in ASP.NET MVC DataManager](Antiforgery_images/Antiforgery_header.png)
2 changes: 1 addition & 1 deletion aspnetmvc/Grid/Print-Grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ namespace SyncfusionMvcApplication1.Controllers

Some of the print options are not configurable through JavaScript code. You need to customize layout, paper size and margins options through browser's page setup dialog. Please find the following guidelines link to browser page setup.

* [Chrome](https://support.google.com/chrome/answer/1379552?hl=en)
* [Chrome](https://support.google.com/chrome/answer/1069693?hl=en&visit_id=638296772561182637-646529110&rd=1)
* [Firefox](https://support.mozilla.org/en-US/kb/how-print-web-pages-firefox)
* [Safari](http://www.mintprintables.com/print-tips/adjust-margins-osx/)
* [IE](https://www.helpteaching.com/help/print/index.htm)
Expand Down