Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create MVC Scaffolder that includes the RegisterCollidR bits #42

Open
dpaquette opened this issue Nov 20, 2013 · 0 comments
Open

Create MVC Scaffolder that includes the RegisterCollidR bits #42

dpaquette opened this issue Nov 20, 2013 · 0 comments

Comments

@dpaquette
Copy link
Collaborator

Basically just extend the built in MVC Scaffolder to include this section at the bottom of the Edit view:

@section Scripts {

@Scripts.Render("~/bundles/jqueryval")

<script src="~/Scripts/jquery.signalR-1.1.3.js"></script>
<script src="~/Scripts/bootstrap.js"></script>
@(Html.RegisterCollidRFor(p => p.PersonId))

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant