View Source
Class Snippet
Inheritance
System.Object
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 |
|