Search Results for

    Show / Hide Table of Contents
    View Source

    Class Snippet

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Snippets
    Assembly: Umbraco.Core.dll
    Syntax
    public class Snippet : ISnippet

    Constructors

    View Source

    Snippet(String, String)

    Declaration
    public Snippet(string name, string content)
    Parameters
    Type Name Description
    System.String name
    System.String content

    Properties

    View Source

    Content

    Declaration
    public string Content { get; }
    Property Value
    Type Description
    System.String
    View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • Snippet(String, String)
    • Properties
      • Content
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX