#19818·OrchardCore

Use a base .cshtml for Media Edit

Author: infofromcaCreated Sep 1, 2026Updated Sep 3, 2026

Is your feature request related to a problem?

The code on MediaField.Edit.cshtml, MediaField-Gallery.Edit.cshtml, MediaField-Attached.Edit.cshtml are the same or similar

Describe the solution you'd like

Can we create a base .cshtml , so it will be easy for maintenance.

Describe alternatives you've considered

on the base.cshtml , if possible, can we use @model dynamic , so it is easy for the sub .cshtml to inherent