├── BetterNameGenerator
├── bin
│ ├── System.Web.WebPages.dll.refresh
│ ├── Microsoft.Web.Infrastructure.dll.refresh
│ ├── System.Web.WebPages.Deployment.dll.refresh
│ ├── System.Web.Razor.dll
│ ├── System.Web.Helpers.dll
│ ├── System.Web.WebPages.dll
│ ├── System.Web.Razor.dll.refresh
│ ├── System.Web.WebPages.Razor.dll
│ ├── System.Web.Helpers.dll.refresh
│ ├── Microsoft.Web.Infrastructure.dll
│ ├── System.Web.WebPages.Deployment.dll
│ ├── System.Web.WebPages.Razor.dll.refresh
│ ├── System.Web.WebPages.Deployment.xml
│ └── System.Web.WebPages.Razor.xml
├── img
│ ├── icon.png
│ └── logo.png
├── app
│ ├── _output
│ │ ├── combined.js.bundle
│ │ ├── combined.min.js
│ │ ├── combined.min.js.map
│ │ └── combined.js
│ ├── views
│ │ ├── result.min.html
│ │ ├── form.min.html
│ │ ├── result.html
│ │ └── form.html
│ ├── controllers
│ │ ├── resultController.js
│ │ └── nameController.js
│ ├── app.js
│ └── services
│ │ ├── testimonialFactory.js
│ │ └── nameFactory.js
├── scripts
│ ├── _references.js
│ ├── angular-route.min.js
│ ├── angular-route.min.js.map
│ └── angular-route.js
├── packages.config
├── css
│ ├── site.min.css
│ ├── site.css
│ └── site.less
├── Web.config
└── index.cshtml
├── packages
├── AngularJS.Core.1.2.4
│ ├── AngularJS.Core.1.2.4.nupkg
│ └── AngularJS.Core.1.2.4.nuspec
├── AngularJS.Route.1.2.4
│ ├── AngularJS.Route.1.2.4.nupkg
│ ├── AngularJS.Route.1.2.4.nuspec
│ └── content
│ │ └── scripts
│ │ ├── angular-route.min.js
│ │ ├── angular-route.min.js.map
│ │ └── angular-route.js
├── Microsoft.AspNet.Razor.3.0.0
│ ├── lib
│ │ └── net45
│ │ │ └── System.Web.Razor.dll
│ ├── Microsoft.AspNet.Razor.3.0.0.nupkg
│ └── Microsoft.AspNet.Razor.3.0.0.nuspec
├── Microsoft.AspNet.WebPages.3.0.0
│ ├── lib
│ │ └── net45
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.WebPages.dll
│ │ │ ├── System.Web.WebPages.Razor.dll
│ │ │ ├── System.Web.WebPages.Deployment.dll
│ │ │ ├── System.Web.WebPages.Deployment.xml
│ │ │ └── System.Web.WebPages.Razor.xml
│ ├── Microsoft.AspNet.WebPages.3.0.0.nupkg
│ └── Microsoft.AspNet.WebPages.3.0.0.nuspec
├── Microsoft.Web.Infrastructure.1.0.0.0
│ ├── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ ├── lib
│ │ └── net40
│ │ │ └── Microsoft.Web.Infrastructure.dll
│ └── Microsoft.Web.Infrastructure.1.0.0.0.nuspec
└── repositories.config
├── README.md
├── .gitattributes
├── BetterNameGenerator.sln
└── .gitignore
/BetterNameGenerator/bin/System.Web.WebPages.dll.refresh:
--------------------------------------------------------------------------------
1 | ..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll
--------------------------------------------------------------------------------
/BetterNameGenerator/img/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/BetterNameGenerator/img/icon.png
--------------------------------------------------------------------------------
/BetterNameGenerator/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/BetterNameGenerator/img/logo.png
--------------------------------------------------------------------------------
/BetterNameGenerator/bin/Microsoft.Web.Infrastructure.dll.refresh:
--------------------------------------------------------------------------------
1 | ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll
--------------------------------------------------------------------------------
/BetterNameGenerator/bin/System.Web.WebPages.Deployment.dll.refresh:
--------------------------------------------------------------------------------
1 | ..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll
--------------------------------------------------------------------------------
/BetterNameGenerator/bin/System.Web.Razor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/BetterNameGenerator/bin/System.Web.Razor.dll
--------------------------------------------------------------------------------
/BetterNameGenerator/bin/System.Web.Helpers.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/BetterNameGenerator/bin/System.Web.Helpers.dll
--------------------------------------------------------------------------------
/BetterNameGenerator/bin/System.Web.WebPages.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/BetterNameGenerator/bin/System.Web.WebPages.dll
--------------------------------------------------------------------------------
/BetterNameGenerator/bin/System.Web.Razor.dll.refresh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/BetterNameGenerator/bin/System.Web.Razor.dll.refresh
--------------------------------------------------------------------------------
/BetterNameGenerator/bin/System.Web.WebPages.Razor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/BetterNameGenerator/bin/System.Web.WebPages.Razor.dll
--------------------------------------------------------------------------------
/BetterNameGenerator/bin/System.Web.Helpers.dll.refresh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/BetterNameGenerator/bin/System.Web.Helpers.dll.refresh
--------------------------------------------------------------------------------
/BetterNameGenerator/bin/Microsoft.Web.Infrastructure.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/BetterNameGenerator/bin/Microsoft.Web.Infrastructure.dll
--------------------------------------------------------------------------------
/BetterNameGenerator/bin/System.Web.WebPages.Deployment.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/BetterNameGenerator/bin/System.Web.WebPages.Deployment.dll
--------------------------------------------------------------------------------
/packages/AngularJS.Core.1.2.4/AngularJS.Core.1.2.4.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/packages/AngularJS.Core.1.2.4/AngularJS.Core.1.2.4.nupkg
--------------------------------------------------------------------------------
/packages/AngularJS.Route.1.2.4/AngularJS.Route.1.2.4.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/packages/AngularJS.Route.1.2.4/AngularJS.Route.1.2.4.nupkg
--------------------------------------------------------------------------------
/BetterNameGenerator/bin/System.Web.WebPages.Razor.dll.refresh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/BetterNameGenerator/bin/System.Web.WebPages.Razor.dll.refresh
--------------------------------------------------------------------------------
/packages/Microsoft.AspNet.Razor.3.0.0/lib/net45/System.Web.Razor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/packages/Microsoft.AspNet.Razor.3.0.0/lib/net45/System.Web.Razor.dll
--------------------------------------------------------------------------------
/packages/Microsoft.AspNet.Razor.3.0.0/Microsoft.AspNet.Razor.3.0.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/packages/Microsoft.AspNet.Razor.3.0.0/Microsoft.AspNet.Razor.3.0.0.nupkg
--------------------------------------------------------------------------------
/packages/Microsoft.AspNet.WebPages.3.0.0/lib/net45/System.Web.Helpers.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/packages/Microsoft.AspNet.WebPages.3.0.0/lib/net45/System.Web.Helpers.dll
--------------------------------------------------------------------------------
/packages/Microsoft.AspNet.WebPages.3.0.0/lib/net45/System.Web.WebPages.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/packages/Microsoft.AspNet.WebPages.3.0.0/lib/net45/System.Web.WebPages.dll
--------------------------------------------------------------------------------
/packages/Microsoft.AspNet.WebPages.3.0.0/Microsoft.AspNet.WebPages.3.0.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/packages/Microsoft.AspNet.WebPages.3.0.0/Microsoft.AspNet.WebPages.3.0.0.nupkg
--------------------------------------------------------------------------------
/packages/Microsoft.AspNet.WebPages.3.0.0/lib/net45/System.Web.WebPages.Razor.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/packages/Microsoft.AspNet.WebPages.3.0.0/lib/net45/System.Web.WebPages.Razor.dll
--------------------------------------------------------------------------------
/packages/Microsoft.AspNet.WebPages.3.0.0/lib/net45/System.Web.WebPages.Deployment.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/packages/Microsoft.AspNet.WebPages.3.0.0/lib/net45/System.Web.WebPages.Deployment.dll
--------------------------------------------------------------------------------
/packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nupkg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.nupkg
--------------------------------------------------------------------------------
/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/madskristensen/BetterNameGenerator/master/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll
--------------------------------------------------------------------------------
/packages/repositories.config:
--------------------------------------------------------------------------------
1 |
2 |
7 | Google your new name or 8 | share on 9 | Facebook 10 |
11 | 12 |13 | Try again 14 |
15 |Numerology's brain dead cousin
41 | 42 |2 |3 | -------------------------------------------------------------------------------- /packages/Microsoft.AspNet.WebPages.3.0.0/lib/net45/System.Web.WebPages.Deployment.xml: -------------------------------------------------------------------------------- 1 | 2 |4 | 6 |System.Web.WebPages.Deployment 5 |7 | 60 |8 | 10 |Provides a registration point for pre-application start code for Web Pages deployment. 9 |11 | 13 |Registers pre-application start code for Web Pages deployment. 12 |14 | 16 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides methods that are used to get deployment information about the Web application. 15 |17 | 21 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly path for the Web Pages deployment. 18 |The assembly path for the Web Pages deployment. 19 | The Web Pages version. 20 |22 | 26 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the Web Pages version from the given binary path. 23 |The Web Pages version. 24 | The binary path for the Web Pages. 25 |27 | 31 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly references from the given path regardless of the Web Pages version. 28 |The dictionary containing the assembly references of the Web Pages and its version. 29 | The path to the Web Pages application. 30 |32 | 35 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the maximum version of the Web Pages loaded assemblies. 33 |The maximum version of the Web Pages loaded assemblies. 34 |36 | 40 |Gets the Web Pages version from the given path. 37 |The Web Pages version. 38 | The path of the root directory for the application. 39 |41 | 45 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the Web Pages version using the configuration settings with the specified path. 42 |The Web Pages version. 43 | The path to the application settings. 44 |46 | 49 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the assemblies for this Web Pages deployment. 47 |A list containing the assemblies for this Web Pages deployment. 48 |50 | 54 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the Web Pages deployment is enabled. 51 |true if the Web Pages deployment is enabled; otherwise, false. 52 | The path to the Web Pages deployment. 53 |55 | 59 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the Web Pages deployment is explicitly disabled. 56 |true if the Web Pages deployment is explicitly disabled; otherwise, false. 57 | The path to the Web Pages deployment. 58 |3 | -------------------------------------------------------------------------------- /BetterNameGenerator/app/_output/combined.js: -------------------------------------------------------------------------------- 1 | ///#source 1 1 /app/app.js 2 | var nameApp = angular 3 | 4 | .module('nameApp', ['ngRoute']) 5 | 6 | .config(['$routeProvider', '$locationProvider', function ($routeProvider, $locationProvider) { 7 | 8 | $locationProvider.html5Mode(true); 9 | 10 | $routeProvider 11 | .when('/', 12 | { 13 | controller: 'nameController', 14 | templateUrl: '/app/views/form.min.html' 15 | }) 16 | .when('/result/:gender/:name', 17 | { 18 | controller: 'resultController', 19 | templateUrl: '/app/views/result.min.html' 20 | }) 21 | .otherwise( 22 | { 23 | redirectTo: '/' 24 | }); 25 | }]); 26 | ///#source 1 1 /app/services/nameFactory.js 27 | /* globals nameApp */ 28 | 29 | nameApp.factory('nameFactory', function () { 30 | 31 | var factory = {}, 32 | names = { 33 | "male": [ 34 | "Sancoon", 35 | "Bjort", 36 | "Crawgy", 37 | "Bootan", 38 | "Roll", 39 | "Tallo", 40 | "Farticus", 41 | "Droolio", 42 | "Dorcas", 43 | "Spank", 44 | "Jazz", 45 | ], 46 | "female": [ 47 | "Ingroan", 48 | "Bamsa", 49 | "Fooleen", 50 | "Dolla", 51 | "Flatulla", 52 | "Bawlina", 53 | "Droolie", 54 | ], 55 | "last": [ 56 | "Smalingo", 57 | "Diccus", 58 | "deFunky", 59 | "Bulldunk", 60 | "Haberdouchery", 61 | "McDorky", 62 | "Craphoolio", 63 | ] 64 | }; 65 | 66 | factory.getBetterName = function (gender, name) { 67 | 68 | var list = names[gender]; 69 | var hash = (gender + name.toLowerCase()).hashCode(); 70 | 71 | var first = Math.abs(hash % list.length); 72 | var last = Math.abs(hash % names.last.length); 73 | 74 | return list[first] + " " + names.last[last]; 75 | }; 76 | 77 | String.prototype.hashCode = function () { 78 | var hash = 0; 79 | if (this.length === 0) return hash; 80 | for (var i = 0; i < this.length; i++) { 81 | var character = this.charCodeAt(i); 82 | hash = ((hash << 5) - hash) + character; 83 | hash = hash & hash; // Convert to 32bit integer 84 | } 85 | return hash; 86 | }; 87 | 88 | return factory; 89 | }); 90 | ///#source 1 1 /app/services/testimonialfactory.js 91 | /* globals nameApp */ 92 | 93 | nameApp.factory('testimonialFactory', function () { 94 | 95 | var factory = {}, 96 | testimonials = [ 97 | { 98 | "quote": "My final toe developed in just 3 days. Thanks Numberology!", 99 | "author": "Joozy Socker", 100 | }, 101 | { 102 | "quote": "I never have to stand in line at the bakery any more.", 103 | "author": "Spank deFunky", 104 | }, 105 | { 106 | "quote": "I could never run a marathon before I got my new name.", 107 | "author": "Droolie McDorky", 108 | } 109 | ]; 110 | 111 | factory.getTestimonial = function () { 112 | var index = Math.floor((Math.random() * testimonials.length)); 113 | return testimonials[index]; 114 | }; 115 | 116 | return factory; 117 | }); 118 | ///#source 1 1 /app/controllers/resultController.js 119 | /* globals nameApp */ 120 | 121 | nameApp.controller('resultController', ['$scope', '$route', 'nameFactory', function ($scope, $route, nameFactory) { 122 | 123 | var gender = $route.current.params.gender; 124 | var name = $route.current.params.name; 125 | 126 | function init() { 127 | $scope.result = nameFactory.getBetterName(gender, name); 128 | 129 | var names = name.split('-'); 130 | $scope.firstName = names.length === 0 ? name : names[0]; 131 | } 132 | 133 | init(); 134 | }]); 135 | ///#source 1 1 /app/controllers/nameController.js 136 | /* globals nameApp */ 137 | 138 | nameApp.controller('nameController', ['$scope', '$location', 'testimonialFactory', function ($scope, $location, testimonialFactory) { 139 | 140 | $scope.name = ''; 141 | $scope.gender = ''; 142 | $scope.testimonial = {}; 143 | 144 | $scope.generate = function () { 145 | if (localStorage) { 146 | localStorage.name = $scope.name; 147 | localStorage.gender = $scope.gender; 148 | } 149 | 150 | var name = $scope.name.trim().replace(/ /ig, "-").toLowerCase() 151 | 152 | $location.path('/result/' + $scope.gender + '/' + name); 153 | }; 154 | 155 | function init() { 156 | if (localStorage) { 157 | $scope.name = localStorage.getItem('name'); 158 | $scope.gender = localStorage.getItem('gender') || 'male'; 159 | } 160 | 161 | var t = testimonialFactory.getTestimonial(); 162 | 163 | $scope.testimonial.quote = t.quote; 164 | $scope.testimonial.name = t.author; 165 | } 166 | 167 | init(); 168 | 169 | }]); 170 | -------------------------------------------------------------------------------- /BetterNameGenerator/scripts/angular-route.min.js.map: -------------------------------------------------------------------------------- 1 | { 2 | "version":3, 3 | "file":"angular-route.min.js", 4 | "lineCount":13, 5 | "mappings":"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", 6 | "sources":["angular-route.js"], 7 | "names":["window","angular","undefined","ngViewFactory","$route","$anchorScroll","$compile","$controller","$animate","link","scope","$element","attr","ctrl","$transclude","cleanupLastView","currentScope","$destroy","currentElement","leave","update","locals","current","template","$template","newScope","$new","clone","noop","html","enter","onNgViewEnter","isDefined","autoScrollExp","$eval","contents","controller","$scope","controllerAs","data","children","$emit","onloadExp","autoscroll","onload","$on","ngRouteModule","module","provider","$RouteProvider","inherit","parent","extra","extend","pathRegExp","path","opts","insensitive","caseInsensitiveMatch","ret","keys","replace","_","slash","key","option","optional","star","push","regexp","RegExp","routes","when","this.when","route","redirectPath","length","substr","otherwise","this.otherwise","params","$get","$rootScope","$location","$routeParams","$q","$injector","$http","$templateCache","$sce","updateRoute","next","parseRoute","last","$$route","equals","pathParams","reloadOnSearch","forceReload","copy","$broadcast","redirectTo","isString","interpolate","search","url","then","resolve","templateUrl","forEach","value","get","invoke","isFunction","getTrustedResourceUrl","loadedTemplateUrl","response","all","error","match","m","exec","on","i","len","val","decodeURIComponent","name","string","result","split","segment","segmentMatch","join","reload","$evalAsync","$RouteParamsProvider","this.$get","directive","$inject"] 8 | } 9 | -------------------------------------------------------------------------------- /packages/AngularJS.Route.1.2.4/content/scripts/angular-route.min.js.map: -------------------------------------------------------------------------------- 1 | { 2 | "version":3, 3 | "file":"angular-route.min.js", 4 | "lineCount":13, 5 | "mappings":"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", 6 | "sources":["angular-route.js"], 7 | "names":["window","angular","undefined","ngViewFactory","$route","$anchorScroll","$compile","$controller","$animate","link","scope","$element","attr","ctrl","$transclude","cleanupLastView","currentScope","$destroy","currentElement","leave","update","locals","current","template","$template","newScope","$new","clone","noop","html","enter","onNgViewEnter","isDefined","autoScrollExp","$eval","contents","controller","$scope","controllerAs","data","children","$emit","onloadExp","autoscroll","onload","$on","ngRouteModule","module","provider","$RouteProvider","inherit","parent","extra","extend","pathRegExp","path","opts","insensitive","caseInsensitiveMatch","ret","keys","replace","_","slash","key","option","optional","star","push","regexp","RegExp","routes","when","this.when","route","redirectPath","length","substr","otherwise","this.otherwise","params","$get","$rootScope","$location","$routeParams","$q","$injector","$http","$templateCache","$sce","updateRoute","next","parseRoute","last","$$route","equals","pathParams","reloadOnSearch","forceReload","copy","$broadcast","redirectTo","isString","interpolate","search","url","then","resolve","templateUrl","forEach","value","get","invoke","isFunction","getTrustedResourceUrl","loadedTemplateUrl","response","all","error","match","m","exec","on","i","len","val","decodeURIComponent","name","string","result","split","segment","segmentMatch","join","reload","$evalAsync","$RouteParamsProvider","this.$get","directive","$inject"] 8 | } 9 | -------------------------------------------------------------------------------- /BetterNameGenerator/bin/System.Web.WebPages.Razor.xml: -------------------------------------------------------------------------------- 1 | 2 |4 | 6 |System.Web.WebPages.Deployment 5 |7 | 60 |8 | 10 |Provides a registration point for pre-application start code for Web Pages deployment. 9 |11 | 13 |Registers pre-application start code for Web Pages deployment. 12 |14 | 16 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides methods that are used to get deployment information about the Web application. 15 |17 | 21 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly path for the Web Pages deployment. 18 |The assembly path for the Web Pages deployment. 19 | The Web Pages version. 20 |22 | 26 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the Web Pages version from the given binary path. 23 |The Web Pages version. 24 | The binary path for the Web Pages. 25 |27 | 31 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly references from the given path regardless of the Web Pages version. 28 |The dictionary containing the assembly references of the Web Pages and its version. 29 | The path to the Web Pages application. 30 |32 | 35 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the maximum version of the Web Pages loaded assemblies. 33 |The maximum version of the Web Pages loaded assemblies. 34 |36 | 40 |Gets the Web Pages version from the given path. 37 |The Web Pages version. 38 | The path of the root directory for the application. 39 |41 | 45 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the Web Pages version using the configuration settings with the specified path. 42 |The Web Pages version. 43 | The path to the application settings. 44 |46 | 49 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the assemblies for this Web Pages deployment. 47 |A list containing the assemblies for this Web Pages deployment. 48 |50 | 54 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the Web Pages deployment is enabled. 51 |true if the Web Pages deployment is enabled; otherwise, false. 52 | The path to the Web Pages deployment. 53 |55 | 59 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the Web Pages deployment is explicitly disabled. 56 |true if the Web Pages deployment is explicitly disabled; otherwise, false. 57 | The path to the Web Pages deployment. 58 |3 | -------------------------------------------------------------------------------- /packages/Microsoft.AspNet.WebPages.3.0.0/lib/net45/System.Web.WebPages.Razor.xml: -------------------------------------------------------------------------------- 1 | 2 |4 | 6 |System.Web.WebPages.Razor 5 |7 | 292 |8 | 10 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the base class for the compiling path that contains event data. 9 |11 | 15 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 12 | The string of virtual path. 13 | The host for the webpage razor. 14 |class. 16 | 19 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the host for the webpage razor. 17 |The host for the webpage razor. 18 |20 | 23 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual path for the webpage. 21 |The virtual path for the webpage. 22 |24 | 26 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. 25 |27 | 29 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. 28 |30 | 32 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a build provider for Razor. 31 |33 | 35 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 34 |class. 36 | 39 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a virtual path dependency to the collection. 37 | A virtual path dependency to add. 38 |40 | 43 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly builder for Razor environment. 41 |The assembly builder. 42 |44 | 46 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the compiler settings for Razor environment. 45 |47 | 49 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Occurs when code generation is completed. 48 |50 | 52 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Occurs when code generation is started. 51 |53 | 55 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Occurs when compiling with a new virtual path. 54 |56 | 59 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Razor engine host instance base on web configuration. 57 |A Razor engine host instance. 58 |60 | 63 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the code using the provided assembly builder. 61 | The assembly builder. 62 |64 | 68 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the type of the generated code. 65 |The type of the generated code. 66 | The results of the code compilation. 67 |69 | 72 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates the Razor engine host instance based on the web configuration. 70 |The Razor engine host instance. 71 |73 | 76 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Opens an internal text reader. 74 |An internal text reader. 75 |77 | 80 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Raises the CompilingPath event. 78 | The data provided for the CompilingPath event. 79 |81 | 84 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual path of the source code. 82 |The virtual path of the source code. 83 |85 | 88 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the collection of virtual path for the dependencies. 86 |The collection of virtual path for the dependencies. 87 |89 | 91 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a web code razor host for the web pages. 90 |92 | 95 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 93 | The virtual path. 94 |class. 96 | 100 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 97 | The virtual path. 98 | The physical path. 99 |class. 101 | 105 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the class name of this instance. 102 |The class name of this instance. 103 | The virtual path. 104 |106 | 109 |Generates a post process code for the web code razor host. 107 | The generator code context. 108 |110 | 112 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the razor hosts in a webpage. 111 |113 | 116 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 114 | The virtual file path. 115 |class with the specified virtual file path. 117 | 121 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 118 | The virtual file path. 119 | The physical file path. 120 |class with the specified virtual and physical file path. 122 | 125 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a global import on the webpage. 123 | The notification service name. 124 |126 | 129 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the 127 |. The 128 |. 130 | 133 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a markup parser. 131 |A markup parser. 132 |134 | 137 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value for the DefaultBaseClass. 135 |A value for the DefaultBaseClass. 136 |138 | 141 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the default class. 139 |The name of the default class. 140 |142 | 145 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the debug compilation is set to default. 143 |true if the debug compilation is set to default; otherwise, false. 144 |146 | 149 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the base class of the default page. 147 |The base class of the default page. 148 |150 | 154 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the name of the class to which the specified webpage belongs. 151 |The name of the class to which the specified webpage belongs. 152 | The virtual file path. 153 |155 | 158 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the code language specified in the webpage. 156 |The code language specified in the webpage. 157 |159 | 162 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the global imports for the webpage. 160 |The global imports for the webpage. 161 |163 | 166 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the file path of the instrumental source. 164 |The file path of the instrumental source. 165 |167 | 170 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the webpage is a special page. 168 |true if the webpage is a special page; otherwise, false. 169 |171 | 174 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the physical file system path of the razor host. 172 |They physical file system path of the razor host. 173 |175 | 178 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the generated code after the process. 176 | The. 177 | 179 | 183 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type name. 180 | The file name. 181 | The base type name. 182 |184 | 188 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type. 185 | The file name. 186 | The type of base file. 187 |189 | 192 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual file path. 190 |The virtual file path. 191 |193 | 195 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates instances of the host files. 194 |196 | 198 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 197 |class. 199 | 203 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Loads the service description information from the configuration file and applies it to the host. 200 | The configuration. 201 | The webpage razor host. 202 |204 | 208 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a default host with the specified virtual path. 205 |A default host. 206 | The virtual path of the file. 207 |209 | 214 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a default host with the specified virtual and physical path. 210 |A default host. 211 | The virtual path of the file. 212 | The physical file system path. 213 |215 | 220 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Razor host. 216 |A razor host. 217 | The virtual path to the target file. 218 | The physical path to the target file. 219 |221 | 225 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration. 222 |A host from the configuration. 223 | The virtual path to the target file. 224 |226 | 231 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration. 227 |A host from the configuration. 228 | The virtual path of the file. 229 | The physical file system path. 230 |232 | 237 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration. 233 |A host from the configuration. 234 | The configuration. 235 | The virtual path of the file. 236 |238 | 244 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration. 239 |A host from the configuration. 240 | The configuration. 241 | The virtual path of the file. 242 | The physical file system path. 243 |245 | 247 |Provides configuration system support for the host configuration section. 246 |248 | 250 |Initializes a new instance of the 249 |class. 251 | 254 |Gets or sets the host factory. 252 |The host factory. 253 |255 | 257 |Represents the name of the configuration section for a Razor host environment. 256 |258 | 260 |Provides configuration system support for the pages configuration section. 259 |261 | 263 |Initializes a new instance of the 262 |class. 264 | 267 |Gets or sets the collection of namespaces to add to Web Pages pages in the current application. 265 |The collection of namespaces. 266 |268 | 271 |Gets or sets the name of the page base type class. 269 |The name of the page base type class. 270 |272 | 274 |Represents the name of the configuration section for Razor pages. 273 |275 | 277 |Provides configuration system support for the system.web.webPages.razor configuration section. 276 |278 | 280 |Initializes a new instance of the 279 |class. 281 | 283 |Represents the name of the configuration section for Razor Web section. Contains the static, read-only string "system.web.webPages.razor". 282 |284 | 287 |Gets or sets the host value for system.web.webPages.razor section group. 285 |The host value. 286 |288 | 291 |Gets or sets the value of the pages element for the system.web.webPages.razor section. 289 |The pages element value. 290 |3 | -------------------------------------------------------------------------------- /BetterNameGenerator/scripts/angular-route.js: -------------------------------------------------------------------------------- 1 | /** 2 | * @license AngularJS v1.2.4 3 | * (c) 2010-2014 Google, Inc. http://angularjs.org 4 | * License: MIT 5 | */ 6 | (function(window, angular, undefined) {'use strict'; 7 | 8 | /** 9 | * @ngdoc overview 10 | * @name ngRoute 11 | * @description 12 | * 13 | * # ngRoute 14 | * 15 | * The `ngRoute` module provides routing and deeplinking services and directives for angular apps. 16 | * 17 | * ## Example 18 | * See {@link ngRoute.$route#example $route} for an example of configuring and using `ngRoute`. 19 | * 20 | * {@installModule route} 21 | * 22 | * 23 | */ 24 | /* global -ngRouteModule */ 25 | var ngRouteModule = angular.module('ngRoute', ['ng']). 26 | provider('$route', $RouteProvider); 27 | 28 | /** 29 | * @ngdoc object 30 | * @name ngRoute.$routeProvider 31 | * @function 32 | * 33 | * @description 34 | * 35 | * Used for configuring routes. 36 | * 37 | * ## Example 38 | * See {@link ngRoute.$route#example $route} for an example of configuring and using `ngRoute`. 39 | * 40 | * ## Dependencies 41 | * Requires the {@link ngRoute `ngRoute`} module to be installed. 42 | */ 43 | function $RouteProvider(){ 44 | function inherit(parent, extra) { 45 | return angular.extend(new (angular.extend(function() {}, {prototype:parent}))(), extra); 46 | } 47 | 48 | var routes = {}; 49 | 50 | /** 51 | * @ngdoc method 52 | * @name ngRoute.$routeProvider#when 53 | * @methodOf ngRoute.$routeProvider 54 | * 55 | * @param {string} path Route path (matched against `$location.path`). If `$location.path` 56 | * contains redundant trailing slash or is missing one, the route will still match and the 57 | * `$location.path` will be updated to add or drop the trailing slash to exactly match the 58 | * route definition. 59 | * 60 | * * `path` can contain named groups starting with a colon (`:name`). All characters up 61 | * to the next slash are matched and stored in `$routeParams` under the given `name` 62 | * when the route matches. 63 | * * `path` can contain named groups starting with a colon and ending with a star (`:name*`). 64 | * All characters are eagerly stored in `$routeParams` under the given `name` 65 | * when the route matches. 66 | * * `path` can contain optional named groups with a question mark (`:name?`). 67 | * 68 | * For example, routes like `/color/:color/largecode/:largecode*\/edit` will match 69 | * `/color/brown/largecode/code/with/slashs/edit` and extract: 70 | * 71 | * * `color: brown` 72 | * * `largecode: code/with/slashs`. 73 | * 74 | * 75 | * @param {Object} route Mapping information to be assigned to `$route.current` on route 76 | * match. 77 | * 78 | * Object properties: 79 | * 80 | * - `controller` – `{(string|function()=}` – Controller fn that should be associated with 81 | * newly created scope or the name of a {@link angular.Module#controller registered 82 | * controller} if passed as a string. 83 | * - `controllerAs` – `{string=}` – A controller alias name. If present the controller will be 84 | * published to scope under the `controllerAs` name. 85 | * - `template` – `{string=|function()=}` – html template as a string or a function that 86 | * returns an html template as a string which should be used by {@link 87 | * ngRoute.directive:ngView ngView} or {@link ng.directive:ngInclude ngInclude} directives. 88 | * This property takes precedence over `templateUrl`. 89 | * 90 | * If `template` is a function, it will be called with the following parameters: 91 | * 92 | * - `{Array.4 | 6 |System.Web.WebPages.Razor 5 |7 | 292 |8 | 10 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the base class for the compiling path that contains event data. 9 |11 | 15 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 12 | The string of virtual path. 13 | The host for the webpage razor. 14 |class. 16 | 19 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the host for the webpage razor. 17 |The host for the webpage razor. 18 |20 | 23 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual path for the webpage. 21 |The virtual path for the webpage. 22 |24 | 26 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. 25 |27 | 29 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. 28 |30 | 32 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a build provider for Razor. 31 |33 | 35 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 34 |class. 36 | 39 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a virtual path dependency to the collection. 37 | A virtual path dependency to add. 38 |40 | 43 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the assembly builder for Razor environment. 41 |The assembly builder. 42 |44 | 46 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the compiler settings for Razor environment. 45 |47 | 49 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Occurs when code generation is completed. 48 |50 | 52 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Occurs when code generation is started. 51 |53 | 55 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Occurs when compiling with a new virtual path. 54 |56 | 59 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Razor engine host instance base on web configuration. 57 |A Razor engine host instance. 58 |60 | 63 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the code using the provided assembly builder. 61 | The assembly builder. 62 |64 | 68 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the type of the generated code. 65 |The type of the generated code. 66 | The results of the code compilation. 67 |69 | 72 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates the Razor engine host instance based on the web configuration. 70 |The Razor engine host instance. 71 |73 | 76 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Opens an internal text reader. 74 |An internal text reader. 75 |77 | 80 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Raises the CompilingPath event. 78 | The data provided for the CompilingPath event. 79 |81 | 84 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual path of the source code. 82 |The virtual path of the source code. 83 |85 | 88 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the collection of virtual path for the dependencies. 86 |The collection of virtual path for the dependencies. 87 |89 | 91 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a web code razor host for the web pages. 90 |92 | 95 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 93 | The virtual path. 94 |class. 96 | 100 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 97 | The virtual path. 98 | The physical path. 99 |class. 101 | 105 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the class name of this instance. 102 |The class name of this instance. 103 | The virtual path. 104 |106 | 109 |Generates a post process code for the web code razor host. 107 | The generator code context. 108 |110 | 112 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the razor hosts in a webpage. 111 |113 | 116 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 114 | The virtual file path. 115 |class with the specified virtual file path. 117 | 121 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 118 | The virtual file path. 119 | The physical file path. 120 |class with the specified virtual and physical file path. 122 | 125 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds a global import on the webpage. 123 | The notification service name. 124 |126 | 129 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the 127 |. The 128 |. 130 | 133 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a markup parser. 131 |A markup parser. 132 |134 | 137 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value for the DefaultBaseClass. 135 |A value for the DefaultBaseClass. 136 |138 | 141 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the default class. 139 |The name of the default class. 140 |142 | 145 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the debug compilation is set to default. 143 |true if the debug compilation is set to default; otherwise, false. 144 |146 | 149 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the base class of the default page. 147 |The base class of the default page. 148 |150 | 154 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the name of the class to which the specified webpage belongs. 151 |The name of the class to which the specified webpage belongs. 152 | The virtual file path. 153 |155 | 158 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the code language specified in the webpage. 156 |The code language specified in the webpage. 157 |159 | 162 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the global imports for the webpage. 160 |The global imports for the webpage. 161 |163 | 166 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the file path of the instrumental source. 164 |The file path of the instrumental source. 165 |167 | 170 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the webpage is a special page. 168 |true if the webpage is a special page; otherwise, false. 169 |171 | 174 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the physical file system path of the razor host. 172 |They physical file system path of the razor host. 173 |175 | 178 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the generated code after the process. 176 | The. 177 | 179 | 183 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type name. 180 | The file name. 181 | The base type name. 182 |184 | 188 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Registers the special file with the specified file name and base type. 185 | The file name. 186 | The type of base file. 187 |189 | 192 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual file path. 190 |The virtual file path. 191 |193 | 195 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates instances of the host files. 194 |196 | 198 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the 197 |class. 199 | 203 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Loads the service description information from the configuration file and applies it to the host. 200 | The configuration. 201 | The webpage razor host. 202 |204 | 208 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a default host with the specified virtual path. 205 |A default host. 206 | The virtual path of the file. 207 |209 | 214 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a default host with the specified virtual and physical path. 210 |A default host. 211 | The virtual path of the file. 212 | The physical file system path. 213 |215 | 220 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Razor host. 216 |A razor host. 217 | The virtual path to the target file. 218 | The physical path to the target file. 219 |221 | 225 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration. 222 |A host from the configuration. 223 | The virtual path to the target file. 224 |226 | 231 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration. 227 |A host from the configuration. 228 | The virtual path of the file. 229 | The physical file system path. 230 |232 | 237 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration. 233 |A host from the configuration. 234 | The configuration. 235 | The virtual path of the file. 236 |238 | 244 |This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a host from the configuration. 239 |A host from the configuration. 240 | The configuration. 241 | The virtual path of the file. 242 | The physical file system path. 243 |245 | 247 |Provides configuration system support for the host configuration section. 246 |248 | 250 |Initializes a new instance of the 249 |class. 251 | 254 |Gets or sets the host factory. 252 |The host factory. 253 |255 | 257 |Represents the name of the configuration section for a Razor host environment. 256 |258 | 260 |Provides configuration system support for the pages configuration section. 259 |261 | 263 |Initializes a new instance of the 262 |class. 264 | 267 |Gets or sets the collection of namespaces to add to Web Pages pages in the current application. 265 |The collection of namespaces. 266 |268 | 271 |Gets or sets the name of the page base type class. 269 |The name of the page base type class. 270 |272 | 274 |Represents the name of the configuration section for Razor pages. 273 |275 | 277 |Provides configuration system support for the system.web.webPages.razor configuration section. 276 |278 | 280 |Initializes a new instance of the 279 |class. 281 | 283 |Represents the name of the configuration section for Razor Web section. Contains the static, read-only string "system.web.webPages.razor". 282 |284 | 287 |Gets or sets the host value for system.web.webPages.razor section group. 285 |The host value. 286 |288 | 291 |Gets or sets the value of the pages element for the system.web.webPages.razor section. 289 |The pages element value. 290 |