Skip to content

Commit

Permalink
Merge pull request #16 from wildcard/wildcard-more-helpful-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
wildcard committed Aug 31, 2018
2 parents 68c04c7 + 91d7832 commit 28e29db
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -28,6 +28,8 @@ Install-Package reCaptcha.AspNet.Mvc

### 3) Add server-side integration to your back-end

> Add `using reCaptcha;` to the top of your C# file [see MSDN](https://msdn.microsoft.com/en-us/library/sf0df423.aspx)
```c#
public class AccountsController : Controller
{
Expand Down Expand Up @@ -67,7 +69,11 @@ public class AccountsController : Controller
```

### 4) Add client-side integration to your front-end
if you need multiple instance on one page please skip to next header

> Before you can use the Helper you should declare using it.
By add `@using reCaptcha` to the top of your Razor file. [See Link](http://stackoverflow.com/questions/3239006/how-do-i-import-a-namespace-in-razor-view-page) [#14](https://github.com/wildcard/ReCaptcha-ASP.NET-MVC/issues/14)

*if you need multiple instance on one page please skip to next header*

Add the following code to your ``Views/Merchants/Register.cshtml``:

Expand Down

0 comments on commit 28e29db

Please sign in to comment.