Added action result sample.
This commit is contained in:
parent
fe173fca1e
commit
b575d2c337
|
|
@ -13,7 +13,7 @@ namespace MvcSample
|
||||||
{
|
{
|
||||||
return new ContentResult
|
return new ContentResult
|
||||||
{
|
{
|
||||||
Content = "Hello World"
|
Content = "Hello World From Content"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue