Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Implement AssetHelper #2

@hanssens

Description

@hanssens

There is a need for a generic AssetHelper. This would allow the developer to store assets in a more organized way, by

For example, if you would use something like @Html.RenderAsset("myImage.jpg") - and the View is located in > Views > Pages > Portfolio, the helper would automatically search in the following directories for the file:

  • \Content\Pages\Portfolio*
  • \Content\Images

This would make storing assets like images, scripts and stylesheet more cleanly organized. Especially for page-specific assets in highly-content-abusive sites.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions