alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    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
    object
    AjaxHeader
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class AjaxHeader
    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
    [JsonPropertyName("headerName")]
    public string HeaderName { get; set; }
    Property Value
    Type
    string

    HeaderValue

    Gets or sets the ajax request header value.

    Declaration
    [JsonPropertyName("headerValue")]
    public string HeaderValue { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved