Skip to content

Commit c6e59ca

Browse files
DF-1051 - Add using statements to the LK media library view
Added @using Kentico.Content.Web.Mvc and @using Kentico.MediaLibrary statements to the view for better clarity in the documentation (not everyone will have these namespaces in their view web.config). Based on customer feedback.
1 parent 9791276 commit c6e59ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/LearningKit/Views/MediaLibrary/ShowMediaFiles.cshtml

+3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
}
55

66
@*DocSection:ShowMediaFiles*@
7+
@using Kentico.Content.Web.Mvc
78
@using Kentico.MediaLibrary
9+
@using Kentico.Web.Mvc
810
@using CMS.MediaLibrary
11+
912
@model IEnumerable<MediaFileInfo>
1013

1114
<h2>Media library files listing</h2>

0 commit comments

Comments
 (0)