Class PdfViewerAjaxRequestSettings
Inheritance
System.Object
PdfViewerAjaxRequestSettings
Assembly: Syncfusion.Blazor.dll
Syntax
public class PdfViewerAjaxRequestSettings : SfBaseComponent
Constructors
PdfViewerAjaxRequestSettings()
Declaration
public PdfViewerAjaxRequestSettings()
Properties
set the ajax Header values in the PdfViewer.
Declaration
public List<AjaxHeader> AjaxHeaders { get; set; }
Property Value
ChildContent
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Microsoft.AspNetCore.Components.RenderFragment |
jsProperty
Declaration
protected string jsProperty { get; set; }
Property Value
mainParent
Declaration
protected SfBaseComponent mainParent { get; set; }
Property Value
WithCredentials
set the ajax credentials for the pdfviewer.
Declaration
public bool WithCredentials { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder |
__builder |
|
GetJSNamespace()
Declaration
public string GetJSNamespace()
Returns
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
System.Threading.Tasks.Task |
Overrides
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
System.Threading.Tasks.Task |