menu

Blazor

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

    Show / Hide Table of Contents

    Class Utils

    Class holds URL and Key for batch operation.

    Inheritance
    System.Object
    Utils
    Namespace: Syncfusion.Blazor.Data
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Utils : Object

    Constructors

    Utils()

    Declaration
    public Utils()

    Properties

    Key

    Specifies the batch primary key value.

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

    Url

    Specifies the batch url.

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