diff --git a/Document-Processing/PDF/PDF-Viewer/asp-net-mvc/server-actions.md b/Document-Processing/PDF/PDF-Viewer/asp-net-mvc/server-actions.md index a6bd4d842..0dd4cd0ea 100644 --- a/Document-Processing/PDF/PDF-Viewer/asp-net-mvc/server-actions.md +++ b/Document-Processing/PDF/PDF-Viewer/asp-net-mvc/server-actions.md @@ -4,11 +4,10 @@ title: Server actions for Syncfusion ASP.NET MVC PDF Viewer description: Review the ASP.NET MVC server actions used by the Syncfusion PDF Viewer to manage loading, caching, annotations, and document interactions. platform: document-processing control: PDF Viewer -publishingplatform: ASP.NET MVC documentation: ug --- -# Server Actions +# Server Actions in ASP.NET MVC PDF Viewer Syncfusion® 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. @@ -382,7 +381,7 @@ The `jsonObjects` parameter represents the request payload sent by the PDF Viewe public string freeTextAnnotation { get; set; } public string signatureData { get; set; } public string fieldsData { get; set; } - public string FormDesigner { get; set; } + public string formDesigner { get; set; } public string inkSignatureData { get; set; } public string tileXCount { get; set; } public string tileYCount { get; set; } @@ -399,4 +398,4 @@ The `jsonObjects` parameter represents the request payload sent by the PDF Viewe public bool isAnnotationsExist { get; set; } public bool isFormFieldAnnotationsExist { get; set; } } -``` \ No newline at end of file +```