alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class RequestOptions

    Defines members of the request option for remote data handling.

    Inheritance
    object
    RequestOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Data
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RequestOptions

    Constructors

    RequestOptions()

    Declaration
    public RequestOptions()

    Properties

    BaseUrl

    Specifies the application base url.

    Declaration
    public string BaseUrl { get; set; }
    Property Value
    Type
    string

    ContentType

    Specifies the content type. By default, application/json is used.

    Declaration
    public string ContentType { get; set; }
    Property Value
    Type
    string

    Data

    Specifies the data to be posted.

    Declaration
    public object Data { get; set; }
    Property Value
    Type
    object

    Queries

    Specifies the source query value.

    Declaration
    public Query Queries { get; set; }
    Property Value
    Type
    Query

    RequestMethod

    Specifies the Http request method.

    Declaration
    public HttpMethod RequestMethod { get; set; }
    Property Value
    Type
    HttpMethod

    Url

    Specifies the service url.

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