IPartial

[ Interface ]

export interface IPartial {
    url: string;
}

Basis of all partial descriptions.

This description is specialized in View, Content and UserControl.

Properties

Name

Type

Description

url

string

Path to the corresponding partial.

Files with the extensions .content, .view or .usercontrol are referred to as partials.

IPartial 1:

Available from version 1.12