Suggested Feature
It would be beneficial to extend the functionality of the @Html.Placehold() method to support custom image placeholder services in addition to the existing http://placehold.it. This would allow users to specify different placeholder services that might offer unique styles or features which could enhance their prototyping experience.
Proposed Implementation
- Introduce an optional parameter to the
@Html.Placehold() method that accepts a base URL for the image service.
- Allow users to specify additional options, such as image sizes and styles, as supported by the chosen placeholder service.
Example
@Html.Placehold(300, 300, "https://example.com/placeholder-service")
This feature would increase the flexibility of the Prototyping package and cater to a wider range of developer preferences.
Considerations
- Ensure that the documentation is updated to reflect this new feature.
- Test with various popular placeholder services to ensure robust integration.
Suggested Feature
It would be beneficial to extend the functionality of the
@Html.Placehold()method to support custom image placeholder services in addition to the existinghttp://placehold.it. This would allow users to specify different placeholder services that might offer unique styles or features which could enhance their prototyping experience.Proposed Implementation
@Html.Placehold()method that accepts a base URL for the image service.Example
This feature would increase the flexibility of the Prototyping package and cater to a wider range of developer preferences.
Considerations