Skip to content

Use-PodePartialView

SYNOPSIS

Includes the contents of a partial View into another dynamic View.

SYNTAX

Use-PodePartialView [-Path] <String> [[-Data] <Object>] [[-Folder] <String>]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

Includes the contents of a partial View into another dynamic View. The partial View can be static or dynamic.

EXAMPLES

EXAMPLE 1

Use-PodePartialView -Path 'shared/footer'

PARAMETERS

-Data

Any dynamic data to supply to a dynamic partial View.

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: @{}
Accept pipeline input: False
Accept wildcard characters: False

-Folder

If supplied, a custom views folder will be used.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Path

The path to a partial View, relative to the "/views" directory. (Extension is optional).

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.String

NOTES