alexa
menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PdfViewerAjaxRequestSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PdfViewerAjaxRequestSettings
    Namespace: Syncfusion.EJ2.PdfViewer
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PdfViewerAjaxRequestSettings : EJTagHelper

    Constructors

    PdfViewerAjaxRequestSettings()

    Declaration
    public PdfViewerAjaxRequestSettings()

    Properties

    AjaxHeaders

    set the ajax Header values in the PdfViewer.

    Declaration
    public object AjaxHeaders { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    WithCredentials

    set the ajax credentials for the pdfviewer.

    Declaration
    public bool WithCredentials { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved