menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScriptResources

    Show / Hide Table of Contents

    Class ScriptResources

    Inheritance
    System.Object
    ScriptResources
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ScriptResources

    Constructors

    ScriptResources()

    Declaration
    public ScriptResources()

    Properties

    Items

    Declaration
    public static Dictionary<string, string> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>

    RequiresImageConvertion

    Gets a value indicating whether [requires image convertion].

    Declaration
    public static bool RequiresImageConvertion { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [requires image convertion]; otherwise, false.

    Methods

    Add(List<String>)

    Declaration
    public static void Add(List<string> value)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> value
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved