Skip to content

Commit e122544

Browse files
authored
Update Readme.md
1 parent 53c45c6 commit e122544

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ To prevent cross-site request forgery, DevExpress reporting controls use the sta
177177
178178
##### DevExpress Security Best Practices:
179179

180-
- [ASP.NET WebForms - Preventing Cross-Site Request Forgery (CSRF)](https://github.com/DevExpress/aspnet-security-bestpractices/tree/master/SecurityBestPractices.WebForms#4-preventing-cross-site-request-forgery-csrf)
181-
- [ASP.NET MVC - Preventing Cross-Site Request Forgery (CSRF)](https://github.com/DevExpress/aspnet-security-bestpractices/tree/master/SecurityBestPractices.Mvc#4-preventing-cross-site-request-forgery-csrf)
180+
- [ASP.NET WebForms - Preventing Cross-Site Request Forgery (CSRF)](https://docs.devexpress.com/AspNet/404869/security-considerations/prevent-csrf)
181+
- [ASP.NET MVC - Preventing Cross-Site Request Forgery (CSRF)](https://docs.devexpress.com/AspNetMvc/405006/security-considerations/prevent-csrf)
182182
183183
The following code samples demonstrate how to apply antiforgery request validation on the Document Viewer's and Report Designer's controller actions.
184184

@@ -562,9 +562,9 @@ A translation does not always cover all the possible strings. You can use the lo
562562

563563
For a full code example, refer to the example project's [Views/Home/DesignReport.cshtml](AspNetCore.Reporting.MVC/Views/Home/DesignReport.cshtml) or [Views/Home/DisplayReport.cshtml](AspNetCore.Reporting.MVC/Views/Home/DisplayReport.cshtml).
564564
<!-- feedback -->
565-
## Does this example address your development requirements/objectives?
566-
567-
[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=AspNetCore.Reporting.BestPractices&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=AspNetCore.Reporting.BestPractices&~~~was_helpful=no)
568-
565+
## Does this example address your development requirements/objectives?
566+
567+
[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=AspNetCore.Reporting.BestPractices&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=AspNetCore.Reporting.BestPractices&~~~was_helpful=no)
568+
569569
(you will be redirected to DevExpress.com to submit your response)
570570
<!-- feedback end -->

0 commit comments

Comments
 (0)