menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AjaxHeader - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AjaxHeader

    Object to define the ajax request header and value and it will be added as request header for service call.

    Inheritance
    System.Object
    AjaxHeader
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class AjaxHeader : Object
    Remarks

    This is applicable only for web assemly projects.

    Constructors

    AjaxHeader()

    Declaration
    public AjaxHeader()

    Properties

    HeaderName

    Gets or sets the ajax request header name.

    Declaration
    public string HeaderName { get; set; }
    Property Value
    Type
    System.String

    HeaderValue

    Gets or sets the ajax request header value.

    Declaration
    public string HeaderValue { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved