Blazor

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

    Show / Hide Table of Contents

    Class ResourcesModel

    Provides option to configure additional scripts and CSS styles.

    Inheritance
    System.Object
    ResourcesModel
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ResourcesModel : Object

    Constructors

    ResourcesModel()

    Declaration
    public ResourcesModel()

    Properties

    Scripts

    Specifies scripts that inject into the iframe.

    Declaration
    public string[] Scripts { get; set; }
    Property Value
    Type Description
    System.String[]

    Styles

    Specifies styles that inject into the iframe.

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