c# - Show a link to all files in a folder with Razor code -
i want show link files in folder. how do in asp.net razor code in webmatrix. can show entries in database
@foreach (var row in db.query(selectquerystring))
but i'm not sure how pulling files folder.
directory.getfiles give list of files in given directory.
note: beware of security issues exposing , accessing files in asp.net environment.
Comments
Post a Comment