menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IResourceInfo

    Show / Hide Table of Contents

    Interface IResourceInfo

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public interface IResourceInfo : IDisposable

    Properties

    ContentType

    Gets the HTTP MIME type of the output stream.

    Declaration
    string ContentType { get; }
    Property Value
    Type Description
    System.String

    The Content Type.

    ControlGUID

    Gets Id of owner control.

    Declaration
    string ControlGUID { get; }
    Property Value
    Type Description
    System.String

    The control GUID.

    Extension

    Gets the file name extension of the Resource object.

    Declaration
    string Extension { get; }
    Property Value
    Type Description
    System.String

    The extension.

    Id

    Gets Id of object.

    Declaration
    string Id { get; }
    Property Value
    Type Description
    System.String

    The Id.

    Methods

    GetResourceFilesPath()

    Declaration
    string GetResourceFilesPath()
    Returns
    Type Description
    System.String

    GetResourceFromFile()

    Declaration
    bool GetResourceFromFile()
    Returns
    Type Description
    System.Boolean

    WriteTo(Stream)

    Responsible for saving to stream.

    Declaration
    void WriteTo(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    The stream

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved