Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFInterop - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SFInterop

    Inheritance
    System.Object
    SFInterop
    Namespace: Syncfusion.Blazor.PdfViewerServer
    Assembly: Syncfusion.Blazor.PdfViewerServer.dll
    Syntax
    public static class SFInterop : Object

    Methods

    Init<T>(IJSRuntime, String, String, Object, String)

    Declaration
    public static ValueTask<T> Init<T>(IJSRuntime jsRuntime, string id, string nameSpace, object jsonObject, string action)
    Parameters
    Type Name Description
    Microsoft.JSInterop.IJSRuntime jsRuntime
    System.String id
    System.String nameSpace
    System.Object jsonObject
    System.String action
    Returns
    Type Description
    System.Threading.Tasks.ValueTask<T>
    Type Parameters
    Name Description
    T

    LogError<T>(IJSRuntime, Exception, String)

    Declaration
    public static ValueTask<T> LogError<T>(IJSRuntime jsRuntime, Exception e, string message = "")
    Parameters
    Type Name Description
    Microsoft.JSInterop.IJSRuntime jsRuntime
    System.Exception e
    System.String message
    Returns
    Type Description
    System.Threading.Tasks.ValueTask<T>
    Type Parameters
    Name Description
    T
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved