Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IViewHelper

    Namespace: Umbraco.Cms.Core.IO
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IViewHelper

    Methods

    View Source

    CreateView(ITemplate, bool)

    Declaration
    string CreateView(ITemplate t, bool overWrite = false)
    Parameters
    Type Name Description
    ITemplate t
    bool overWrite
    Returns
    Type Description
    string
    View Source

    GetFileContents(ITemplate)

    Declaration
    string GetFileContents(ITemplate t)
    Parameters
    Type Name Description
    ITemplate t
    Returns
    Type Description
    string
    View Source

    UpdateViewFile(ITemplate, string?)

    Declaration
    string? UpdateViewFile(ITemplate t, string? currentAlias = null)
    Parameters
    Type Name Description
    ITemplate t
    string currentAlias
    Returns
    Type Description
    string
    View Source

    ViewExists(ITemplate)

    Declaration
    bool ViewExists(ITemplate t)
    Parameters
    Type Name Description
    ITemplate t
    Returns
    Type Description
    bool
    View Source

    ViewPath(string)

    Declaration
    string ViewPath(string alias)
    Parameters
    Type Name Description
    string alias
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX