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.PdfViewer
Assembly: Syncfusion.Blazor.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 |