Search Results for

    Show / Hide Table of Contents
    View Source

    Class PostRedirectModel

    A base model containing a value to indicate to Umbraco where to redirect to after Posting if a developer doesn't want the controller to redirect to the current Umbraco page - which is the default.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Models
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class PostRedirectModel

    Properties

    View Source

    RedirectUrl

    The path to redirect to when update is successful, if not specified then the user will be redirected to the current Umbraco page

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