This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
AspNetCore.Docs
mirror of
https://github.com/dotnet/AspNetCore.Docs.git
Watch
1
Star
0
Fork
You've already forked AspNetCore.Docs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bfb904348a
AspNetCore.Docs
/
aspnet
/
whitepapers
/
what-is-new-in-aspnet-mvc
/
samples
/
sample4.cs
4 lines
100 B
C#
Raw
Blame
History
public
class
ArticleController
{
public
ActionResult
View
(
int
id
,
[
DefaultValue
(
1
)
]
int
page
)
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink