Search Results

Type: Posts; User: elbetbirgun

Search took 0.01 seconds.
  1. @using Ext.Net
    @using Ext.Net.Core
    @using Ext.Net.Core.HtmlHelpers
    @using Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http

    @{
    Layout = null;
    var x = Html.X();
    }
  2. I get an error. Where am I making an error?

    2538925390
  3. thank you, i found the problem.


    X.TextField().ID("password").Name("password").FieldLabel("Åžifre").InputType(Ext.Net.InputType.Password)

    remove input type password after working..
  4. @{
    Layout = "~/Views/Shared/_Layout.cshtml";
    var X = Html.X();
    }

    <head>
    <title> Giriş sayfası </title>
    </head>

    @X.AntiForgeryField().ID("antiforgerytoken")
  5. @{
    Layout = "~/Views/Shared/_Layout.cshtml";
    var X = Html.X();
    }
    <head>
    <title> Giriş sayfası </title>

    <style type="text/css">
    .bodyclscenter {
    ...
  6. .Plugins(Html.X().Badge(new Badge.Config() { RenderToBody = false, Text = "15", UI = UI.Success.ToString() })))

    I tried the renderbody. but I encountered this problem.

    25291
Results 1 to 6 of 6