Skip to content

Commit aae7e32

Browse files
981284: Resolved CI Failures
1 parent 116a897 commit aae7e32

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/server-actions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ title: Server actions for Syncfusion ASP.NET MVC PDF Viewer
44
description: Review the ASP.NET MVC server actions used by the Syncfusion PDF Viewer to manage loading, caching, annotations, and document interactions.
55
platform: document-processing
66
control: PDF Viewer
7-
publishingplatform: ASP.NET MVC
87
documentation: ug
98
---
109

11-
# Server Actions
10+
# Server Actions in ASP.NET MVC PDF Viewer
1211

1312
Syncfusion<sup style="font-size:70%">&reg;</sup> PDF Viewer is a client-server control that processes PDF documents on the server and sends incremental responses to the client for rendering and interaction. Ensure the ASP.NET MVC controller routes are registered, dependency injection supplies `IHostingEnvironment` and `IMemoryCache`, and caching is configured to persist page data between requests. Validate file paths and restrict inputs to trusted locations to avoid exposing sensitive files.
1413

@@ -399,4 +398,4 @@ The `jsonObjects` parameter represents the request payload sent by the PDF Viewe
399398
public bool isAnnotationsExist { get; set; }
400399
public bool isFormFieldAnnotationsExist { get; set; }
401400
}
402-
```
401+
```

0 commit comments

Comments
 (0)