コード例 #1
0
ファイル: T4MVC.cs プロジェクト: targitaj/m3utonetpaleyerxml
 public override System.Web.Mvc.FilePathResult FilePublic(string fileName, string contentType)
 {
     var callInfo = new T4MVC_System_Web_Mvc_FilePathResult(Area, Name, ActionNames.FilePublic);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "fileName", fileName);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "contentType", contentType);
     FilePublicOverride(callInfo, fileName, contentType);
     return callInfo;
 }
コード例 #2
0
ファイル: T4MVC.cs プロジェクト: targitaj/m3utonetpaleyerxml
 partial void FilePublicOverride(T4MVC_System_Web_Mvc_FilePathResult callInfo, string fileName, string contentType);